Home
last modified time | relevance | path

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

/fs/
Dposix_acl.c537 __posix_acl_chmod(struct posix_acl **acl, gfp_t gfp, umode_t mode) in __posix_acl_chmod() function
552 EXPORT_SYMBOL(__posix_acl_chmod);
572 ret = __posix_acl_chmod(&acl, GFP_KERNEL, mode); in posix_acl_chmod()
/fs/9p/
Dacl.c159 retval = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in v9fs_acl_chmod()
/fs/ocfs2/
Dacl.c332 ret = __posix_acl_chmod(&acl, GFP_KERNEL, inode->i_mode); in ocfs2_acl_chmod()