Home
last modified time | relevance | path

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

/openbmc/linux/fs/9p/
H A Dacl.h37 struct posix_acl *dacl, in v9fs_set_create_acl()
42 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl()
H A Dacl.c81 struct posix_acl *pacl, *dacl; in v9fs_get_acl() local
302 struct posix_acl *dacl, struct posix_acl *acl) in v9fs_set_create_acl()
311 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl()
H A Dvfs_inode_dotl.c242 struct posix_acl *pacl = NULL, *dacl = NULL; in v9fs_vfs_atomic_open_dotl() local
367 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mkdir_dotl() local
851 struct posix_acl *dacl = NULL, *pacl = NULL; in v9fs_vfs_mknod_dotl() local
/openbmc/linux/fs/ntfs/
H 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
/openbmc/linux/fs/ntfs3/
H A Dfsntfs.c1844 const struct ACL *dacl = Add2Ptr(sd, sd_dacl); in is_sd_valid() local