Searched refs:IS_POSIXACL (Results 1 – 8 of 8) sorted by relevance
139 if (!IS_POSIXACL(inode)) in __get_acl()618 if (!IS_POSIXACL(inode)) in posix_acl_chmod()650 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in posix_acl_create()945 if (!IS_POSIXACL(inode)) in set_posix_acl()969 if (!IS_POSIXACL(inode)) in posix_acl_listxattr()992 return IS_POSIXACL(d_backing_inode(dentry)); in posix_acl_xattr_list()1190 if (!IS_POSIXACL(inode)) in vfs_get_acl()
462 if (!IS_POSIXACL(inode)) in acl_permission_check()475 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
465 if (!IS_POSIXACL(realinode)) in do_ovl_get_acl()547 if (!IS_POSIXACL(d_inode(workdir))) in ovl_set_acl()
93 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()97 !IS_POSIXACL(d_inode(dentry))) in check_attr_support()377 if (!IS_POSIXACL(inode)) in nfsd4_create_file()
364 if (!IS_POSIXACL(inode)) in nfsd3_create_file()
3233 if (!IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_supported_attrs()3366 if (IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_aclsupport()3665 if (!IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_suppattr_exclcreat()3767 if (IS_POSIXACL(d_inode(args->dentry))) in nfsd4_encode_fattr4_acl_trueform()
1822 if (!IS_POSIXACL(dirp)) in nfsd_create_locked()
2149 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL) macro2151 #define IS_POSIXACL(inode) 0 macro