Searched refs:__posix_acl_chmod (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | posix_acl.h | 89 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
|
/linux-4.1.27/fs/ |
D | posix_acl.c | 501 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function 516 EXPORT_SYMBOL(__posix_acl_chmod); 536 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
|
/linux-4.1.27/fs/9p/ |
D | acl.c | 159 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
|
/linux-4.1.27/fs/ocfs2/ |
D | acl.c | 327 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()
|