Home
last modified time | relevance | path

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

/linux/fs/9p/
H A Dacl.c82 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local
93 dacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_DEFAULT); in v9fs_get_acl()
96 if (!IS_ERR(dacl) && !IS_ERR(pacl)) { in v9fs_get_acl()
97 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_get_acl()
102 if (!IS_ERR(dacl)) in v9fs_get_acl()
103 posix_acl_release(dacl); in v9fs_get_acl()
293 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument
295 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
297 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
302 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
[all …]
H 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
H A Dvfs_inode_dotl.c240 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local
277 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl()
311 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl()
335 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl()
360 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local
379 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl()
405 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
413 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl()
799 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
816 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mknod_dotl()
[all …]
/linux/fs/ntfs3/
H A Dfsntfs.c1846 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local
1851 if (!is_acl_valid(dacl, len - sd_dacl)) in is_sd_valid()