Searched refs:IS_POSIXACL (Results 1 – 10 of 10) sorted by relevance
107 if (!IS_POSIXACL(inode)) in get_acl()524 if (!IS_POSIXACL(inode)) in posix_acl_chmod()556 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in posix_acl_create()774 if (!IS_POSIXACL(d_backing_inode(dentry))) in posix_acl_xattr_get()802 if (!IS_POSIXACL(inode)) in posix_acl_xattr_set()838 if (!IS_POSIXACL(d_backing_inode(dentry))) in posix_acl_xattr_list()
296 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()2802 if ((open_flag & O_CREAT) && !IS_POSIXACL(dir)) in atomic_open()2974 if (!IS_POSIXACL(dir->d_inode)) in lookup_open()3548 if (!IS_POSIXACL(path.dentry->d_inode)) in SYSCALL_DEFINE4()3617 if (!IS_POSIXACL(path.dentry->d_inode)) in SYSCALL_DEFINE3()
98 if (!IS_POSIXACL(inode) || !inode->i_op->set_acl) { in nfsd3_proc_setacl()
107 if (!IS_POSIXACL(inode) || !inode->i_op->set_acl) { in nfsacld_proc_setacl()
773 if (!inode->i_op->set_acl || !IS_POSIXACL(inode)) in nfsd4_set_nfs4_acl()
113 if (!IS_POSIXACL(d_inode(dentry))) in check_attr_support()
2376 if (!IS_POSIXACL(dentry->d_inode)) in nfsd4_encode_fattr()2524 *p++ = cpu_to_be32(IS_POSIXACL(dentry->d_inode) ? in nfsd4_encode_fattr()
529 if (!IS_POSIXACL(parent) || !exp_connect_umask(ll_i2mdexp(parent))) in ll_lookup_it()815 if (!IS_POSIXACL(dir) || !exp_connect_umask(ll_i2mdexp(dir))) in ll_mknod()984 if (!IS_POSIXACL(dir) || !exp_connect_umask(ll_i2mdexp(dir))) in ll_mkdir()
343 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in f2fs_acl_create()
1777 #define IS_POSIXACL(inode) __IS_FLG(inode, MS_POSIXACL) macro