Home
last modified time | relevance | path

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

/linux/fs/9p/
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()
803 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
820 err = v9fs_acl_mode(dir, &mode, &dacl, &pacl); in v9fs_vfs_mknod_dotl()
[all …]
/linux/fs/ntfs/
H A Dnamei.c374 sd->dacl = cpu_to_le32((u8 *)acl - (u8 *)sd); in ntfs_sd_add_everyone()