Searched refs:v9fs_set_create_acl (Results 1 – 3 of 3) sorted by relevance
/fs/9p/ |
D | acl.h | 21 extern int v9fs_set_create_acl(struct dentry *, 35 static inline int v9fs_set_create_acl(struct dentry *dentry, in v9fs_set_create_acl() function
|
D | vfs_inode_dotl.c | 343 v9fs_set_create_acl(dentry, &dacl, &pacl); in v9fs_vfs_create_dotl() 384 v9fs_set_create_acl(NULL, &dacl, &pacl); in v9fs_vfs_create_dotl() 478 v9fs_set_create_acl(dentry, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 484 v9fs_set_create_acl(NULL, &dacl, &pacl); in v9fs_vfs_mkdir_dotl() 922 v9fs_set_create_acl(dentry, &dacl, &pacl); in v9fs_vfs_mknod_dotl() 926 v9fs_set_create_acl(NULL, &dacl, &pacl); in v9fs_vfs_mknod_dotl()
|
D | acl.c | 172 int v9fs_set_create_acl(struct dentry *dentry, in v9fs_set_create_acl() function
|