Searched refs:posix_acl_clone (Results 1 – 4 of 4) sorted by relevance
218 posix_acl_clone(const struct posix_acl *acl, gfp_t flags) in posix_acl_clone() function231 EXPORT_SYMBOL_GPL(posix_acl_clone);558 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_create()576 struct posix_acl *clone = posix_acl_clone(*acl, gfp); in __posix_acl_chmod()656 clone = posix_acl_clone(p, GFP_NOFS); in posix_acl_create()
76 struct posix_acl *posix_acl_clone(const struct posix_acl *acl, gfp_t flags);
420 clone = posix_acl_clone(real_acl, GFP_KERNEL); in ovl_get_acl_path()
64 clone = posix_acl_clone(real_acl, GFP_KERNEL); in ovl_copy_acl()