Home
last modified time | relevance | path

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

/fs/9p/
Dacl.c51 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local
62 dacl = __v9fs_get_acl(fid, XATTR_NAME_POSIX_ACL_DEFAULT); in v9fs_get_acl()
65 if (!IS_ERR(dacl) && !IS_ERR(pacl)) { in v9fs_get_acl()
66 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_get_acl()
71 if (!IS_ERR(dacl)) in v9fs_get_acl()
72 posix_acl_release(dacl); in v9fs_get_acl()
166 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument
168 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
170 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl()
175 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
[all …]
Dacl.h15 struct posix_acl *dacl, struct posix_acl *acl);
18 void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl);
31 struct posix_acl *dacl, in v9fs_set_create_acl() argument
36 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
Dvfs_inode_dotl.c244 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local
285 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl()
314 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl()
354 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl()
380 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local
400 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl()
428 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
442 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl()
449 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl()
841 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
[all …]
/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
/fs/ntfs3/
Dfsntfs.c1812 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local
1817 if (!is_acl_valid(dacl, len - sd_dacl)) in is_sd_valid()