Home
last modified time | relevance | path

Searched refs:IS_POSIXACL (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/fs/
H A Dposix_acl.c133 if (!IS_POSIXACL(inode)) in __get_acl()
613 if (!IS_POSIXACL(inode)) in posix_acl_chmod()
645 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in posix_acl_create()
941 if (!IS_POSIXACL(inode)) in set_posix_acl()
965 if (!IS_POSIXACL(inode)) in posix_acl_listxattr()
988 return IS_POSIXACL(d_backing_inode(dentry)); in posix_acl_xattr_list()
1186 if (!IS_POSIXACL(inode)) in vfs_get_acl()
H A Dinit.c156 if (!IS_POSIXACL(path.dentry->d_inode)) in init_mknod()
232 if (!IS_POSIXACL(path.dentry->d_inode)) in init_mkdir()
H A Dnamei.c354 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
3115 if (!IS_POSIXACL(dir)) in mode_strip_umask()
/openbmc/linux/fs/f2fs/
H A Dacl.c374 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in f2fs_acl_create()
/openbmc/linux/fs/overlayfs/
H A Dinode.c580 if (!IS_POSIXACL(realinode)) in do_ovl_get_acl()
669 if (!IS_POSIXACL(d_inode(workdir))) in ovl_set_acl()
/openbmc/linux/fs/ntfs3/
H A Dnamei.c387 if (IS_POSIXACL(dir)) { in ntfs_atomic_open()
/openbmc/linux/fs/reiserfs/
H A Dxattr.c779 IS_POSIXACL(d_backing_inode(dentry)); in reiserfs_posix_acl_list()
/openbmc/linux/fs/nfsd/
H A Dnfs3proc.c307 if (!IS_POSIXACL(inode)) in nfsd3_create_file()
H A Dnfs4proc.c90 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
345 if (!IS_POSIXACL(inode)) in nfsd4_create_file()
H A Dvfs.c1429 if (!IS_POSIXACL(dirp)) in nfsd_create_locked()
H A Dnfs4xdr.c3063 if (!IS_POSIXACL(dentry->d_inode)) in nfsd4_encode_fattr()
3211 *p++ = cpu_to_be32(IS_POSIXACL(dentry->d_inode) ? in nfsd4_encode_fattr()
/openbmc/linux/include/linux/
H A Dfs.h2145 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL) macro