Home
last modified time | relevance | path

Searched refs:dacl (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/9p/
Dacl.c59 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()
173 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument
175 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
177 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
182 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
[all …]
Dacl.h25 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
Dvfs_inode_dotl.c245 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local
286 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl()
317 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl()
353 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl()
387 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local
408 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl()
437 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
452 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
460 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl()
844 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
[all …]
/Linux-v5.15/fs/ntfs/
Dlayout.h1724 le32 dacl; /* Byte offset to a discretionary ACL. Only valid, if member
1753 ACL *dacl; /* Points to a discretionary ACL. Only valid, if member
/Linux-v5.15/fs/ntfs3/
Dfsntfs.c1819 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local
1824 if (!is_acl_valid(dacl, len - sd_dacl)) in is_sd_valid()