Searched refs:v9fs_put_acl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
H A D | acl.h | 25 extern void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl); 43 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() function
|
H A D | vfs_inode_dotl.c | 347 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 453 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 895 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mknod_dotl()
|
H A D | acl.c | 179 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() function
|
/kernel/linux/linux-6.6/fs/9p/ |
H A D | acl.h | 22 void v9fs_put_acl(struct posix_acl *dacl, struct posix_acl *acl); 42 static inline void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() function
|
H A D | vfs_inode_dotl.c | 341 v9fs_put_acl(dacl, pacl); in v9fs_vfs_atomic_open_dotl() 435 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mkdir_dotl() 917 v9fs_put_acl(dacl, pacl); in v9fs_vfs_mknod_dotl()
|
H A D | acl.c | 311 void v9fs_put_acl(struct posix_acl *dacl, in v9fs_put_acl() function
|
Completed in 4 milliseconds