Searched refs:dacl (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/9p/ |
D | acl.c | 59 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local 70 dacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_DEFAULT); in v9fs_get_acl() 73 if (!IS_ERR(dacl) && !IS_ERR(pacl)) { in v9fs_get_acl() 74 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_get_acl() 79 if (!IS_ERR(dacl)) in v9fs_get_acl() 80 posix_acl_release(dacl); in v9fs_get_acl() 170 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument 172 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl() 174 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl() 179 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument [all …]
|
D | acl.h | 25 extern void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl); 38 struct posix_acl *dacl, in v9fs_set_create_acl() argument 43 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
|
D | vfs_inode_dotl.c | 256 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local 297 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl() 327 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl() 362 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 394 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local 415 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 445 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 460 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 468 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 824 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local [all …]
|
/linux-4.19.296/fs/ntfs/ |
D | layout.h | 1738 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if member 1767 ACL *dacl; /* Points to a discretionary ACL. Only valid, if member
|