Searched refs:IS_POSIXACL (Results 1 – 7 of 7) sorted by relevance
132 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()
457 if (!IS_POSIXACL(inode)) in acl_permission_check()470 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
372 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in f2fs_acl_create()
92 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()
3197 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()
1803 if (!IS_POSIXACL(dirp)) in nfsd_create_locked()
2155 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL) macro2157 #define IS_POSIXACL(inode) 0 macro