Searched refs:__posix_acl_chmod (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| A D | posix_acl.h | 69 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
|
| /linux/fs/ |
| A D | posix_acl.c | 554 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function 569 EXPORT_SYMBOL(__posix_acl_chmod); 603 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
|
| /linux/fs/9p/ |
| A D | acl.c | 155 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
|
| /linux/fs/ocfs2/ |
| A D | acl.c | 337 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()
|
| /linux/ |
| A D | vmlinux.symvers | 9422 0x00000000 __posix_acl_chmod vmlinux EXPORT_SYMBOL
|
| A D | System.map | 10235 ffff8000102cb084 T __posix_acl_chmod
|
| A D | .tmp_System.map | 10235 ffff8000102cb084 T __posix_acl_chmod
|
Completed in 1001 milliseconds