Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Dposix_acl.h68 extern int __posix_acl_create(struct posix_acl **, gfp_t, umode_t *);
/Linux-v5.10/fs/9p/
Dacl.c203 retval = __posix_acl_create(&acl, GFP_NOFS, &mode); in v9fs_acl_mode()
/Linux-v5.10/fs/
Dposix_acl.c519 __posix_acl_create(struct posix_acl **acl, gfp_t gfp, umode_t *mode_p) in __posix_acl_create() function
534 EXPORT_SYMBOL(__posix_acl_create);
/Linux-v5.10/fs/ocfs2/
Dacl.c387 ret = __posix_acl_create(&acl, GFP_NOFS, &mode); in ocfs2_init_acl()