Home
last modified time | relevance | path

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

/linux/fs/
H A Dposix_acl.c132 if (!IS_POSIXACL(inode)) in __get_acl()
611 if (!IS_POSIXACL(inode)) in posix_acl_chmod()
643 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in posix_acl_create()
940 if (!IS_POSIXACL(inode)) in set_posix_acl()
964 if (!IS_POSIXACL(inode)) in posix_acl_listxattr()
987 return IS_POSIXACL(d_backing_inode(dentry)); in posix_acl_xattr_list()
1185 if (!IS_POSIXACL(inode)) in vfs_get_acl()
H A Dnamei.c457 if (!IS_POSIXACL(inode)) in acl_permission_check()
470 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
/linux/fs/f2fs/
H A Dacl.c372 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in f2fs_acl_create()
/linux/fs/nfsd/
H A Dnfs4proc.c92 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
96 !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
372 if (!IS_POSIXACL(inode)) in nfsd4_create_file()
H A Dnfs4xdr.c3197 if (!IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_supported_attrs()
3330 if (IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_aclsupport()
3602 if (!IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_suppattr_exclcreat()
3704 if (IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_acl_trueform()
H A Dvfs.c1803 if (!IS_POSIXACL(dirp)) in nfsd_create_locked()
/linux/include/linux/
H A Dfs.h2155 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL) macro
2157 #define IS_POSIXACL(inode) 0 macro