Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/9p/
A Dacl.c81 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local
92 dacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_DEFAULT); in v9fs_get_acl()
95 if (!IS_ERR(dacl) && !IS_ERR(pacl)) { in v9fs_get_acl()
96 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_get_acl()
101 if (!IS_ERR(dacl)) in v9fs_get_acl()
102 posix_acl_release(dacl); in v9fs_get_acl()
302 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument
304 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
306 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
311 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
[all …]
A Dacl.h19 struct posix_acl *dacl, struct posix_acl *acl);
22 void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl);
37 struct posix_acl *dacl, in v9fs_set_create_acl() argument
42 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
A Dvfs_inode_dotl.c242 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local
283 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl()
312 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()
379 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local
399 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl()
427 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
441 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
448 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl()
840 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
[all …]
/linux-6.3-rc2/fs/ntfs/
A 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-6.3-rc2/fs/ntfs3/
A Dfsntfs.c1821 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local
1826 if (!is_acl_valid(dacl, len - sd_dacl)) in is_sd_valid()

Completed in 18 milliseconds