Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dposix_acl.c123 if (!IS_POSIXACL(inode)) in get_acl()
592 if (!IS_POSIXACL(inode)) in posix_acl_chmod()
624 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in posix_acl_create()
896 if (!IS_POSIXACL(inode)) in posix_acl_xattr_get()
917 if (!IS_POSIXACL(inode)) in set_posix_acl()
959 return IS_POSIXACL(d_backing_inode(dentry)); in posix_acl_xattr_list()
Dinit.c156 if (!IS_POSIXACL(path.dentry->d_inode)) in init_mknod()
232 if (!IS_POSIXACL(path.dentry->d_inode)) in init_mkdir()
Dnamei.c349 if (IS_POSIXACL(inode) && (mode & S_IRWXG)) { in acl_permission_check()
3242 if (!IS_POSIXACL(dir->d_inode)) in lookup_open()
3805 if (!IS_POSIXACL(path.dentry->d_inode)) in do_mknodat()
3905 if (!IS_POSIXACL(path.dentry->d_inode)) in do_mkdirat()
Dxattr.c1092 if (IS_POSIXACL(inode)) { in simple_xattr_list()
/Linux-v5.15/fs/f2fs/
Dacl.c369 if (S_ISLNK(*mode) || !IS_POSIXACL(dir)) in f2fs_acl_create()
/Linux-v5.15/fs/overlayfs/
Dinode.c456 if (!IS_ENABLED(CONFIG_FS_POSIX_ACL) || !IS_POSIXACL(realinode)) in ovl_get_acl()
Ddir.c330 if (!attr->hardlink && !IS_POSIXACL(udir)) in ovl_create_upper()
Dsuper.c1027 if (!IS_POSIXACL(d_inode(workdir))) in ovl_posix_acl_xattr_set()
/Linux-v5.15/fs/nfsd/
Dvfs.c1233 if (!IS_POSIXACL(dirp)) in nfsd_create_locked()
1469 if (!IS_POSIXACL(dirp)) in do_nfsd_create()
Dnfs4xdr.c2934 if (!IS_POSIXACL(dentry->d_inode)) in nfsd4_encode_fattr()
3082 *p++ = cpu_to_be32(IS_POSIXACL(dentry->d_inode) ? in nfsd4_encode_fattr()
Dnfs4proc.c118 if ((bmval[0] & FATTR4_WORD0_ACL) && !IS_POSIXACL(d_inode(dentry))) in check_attr_support()
/Linux-v5.15/include/linux/
Dfs.h2282 #define IS_POSIXACL(inode) __IS_FLG(inode, SB_POSIXACL) macro