Home
last modified time | relevance | path

Searched refs:__posix_acl_chmod (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/include/linux/
A Dposix_acl.h69 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
/linux-6.3-rc2/fs/
A Dposix_acl.c575 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function
590 EXPORT_SYMBOL(__posix_acl_chmod);
625 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
/linux-6.3-rc2/fs/9p/
A Dacl.c291 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
/linux-6.3-rc2/fs/ocfs2/
A Dacl.c338 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()
/linux-6.3-rc2/fs/orangefs/
A Dinode.c1157 __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in orangefs_new_inode()

Completed in 9 milliseconds