Searched refs:__posix_acl_chmod (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/include/linux/ |
D | posix_acl.h | 69 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
|
/linux-5.19.10/fs/ |
D | posix_acl.c | 559 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function 574 EXPORT_SYMBOL(__posix_acl_chmod); 608 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
|
/linux-5.19.10/fs/9p/ |
D | acl.c | 155 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
|
/linux-5.19.10/fs/ocfs2/ |
D | acl.c | 337 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()
|