Searched refs:__posix_acl_chmod (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | posix_acl.h | 74 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
|
| /linux/fs/ |
| H A D | posix_acl.c | 573 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function 588 EXPORT_SYMBOL(__posix_acl_chmod); 623 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
|
| /linux/fs/9p/ |
| H A D | acl.c | 282 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
|
| /linux/fs/ocfs2/ |
| H A D | acl.c | 339 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()
|
| /linux/fs/orangefs/ |
| H A D | inode.c | 1138 __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in orangefs_new_inode()
|