Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/
Dposix_acl.h69 extern int __posix_acl_chmod(struct posix_acl **, gfp_t, umode_t);
/linux-5.19.10/fs/
Dposix_acl.c559 __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/
Dacl.c155 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
/linux-5.19.10/fs/ocfs2/
Dacl.c337 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()