Home
last modified time | relevance | path

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

/fs/
Dposix_acl.c483 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p) in __posix_acl_create() function
498 EXPORT_SYMBOL(__posix_acl_create);
/fs/9p/
Dacl.c203 retval = __posix_acl_create(&acl, GFP_NOFS, &mode); in v9fs_acl_mode()
/fs/ocfs2/
Dacl.c396 ret = __posix_acl_create(&acl, GFP_NOFS, &mode); in ocfs2_init_acl()