Searched refs:dacl (Results 1 – 5 of 5) sorted by relevance
/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() 174 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl() argument 176 set_cached_acl(inode, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl() 178 v9fs_set_acl(fid, ACL_TYPE_DEFAULT, dacl); in v9fs_set_create_acl() 183 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument [all …]
|
D | acl.h | 23 struct posix_acl *dacl, struct posix_acl *acl); 26 void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl); 39 struct posix_acl *dacl, in v9fs_set_create_acl() argument 44 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() argument
|
D | vfs_inode_dotl.c | 245 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local 287 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_atomic_open_dotl() 320 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_atomic_open_dotl() 356 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 390 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local 411 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 440 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 455 v9fs_set_create_acl(inode, fid, dacl, pacl); in v9fs_vfs_mkdir_dotl() 463 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 859 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local [all …]
|
/fs/ntfs/ |
D | layout.h | 1724 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/ |
D | fsntfs.c | 1818 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local 1823 if (!is_acl_valid(dacl, len - sd_dacl)) in is_sd_valid()
|