Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dposix_acl.h28 refcount_t a_refcount; member
45 refcount_inc(&acl->a_refcount); in posix_acl_dup()
55 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
/OK3568_Linux_fs/kernel/fs/
H A Dposix_acl.c47 refcount_inc_not_zero(&acl->a_refcount)) in get_cached_acl()
168 refcount_set(&acl->a_refcount, 1); in posix_acl_init()
201 refcount_set(&clone->a_refcount, 1); in posix_acl_clone()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dacl.c295 refcount_set(&clone->a_refcount, 1); in f2fs_acl_clone()