Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dposix_acl.c28 static struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() function
42 struct posix_acl **p = acl_by_type(inode, type); in get_cached_acl()
61 struct posix_acl *acl = rcu_dereference(*acl_by_type(inode, type)); in get_cached_acl_rcu()
77 struct posix_acl **p = acl_by_type(inode, type); in set_cached_acl()
97 __forget_cached_acl(acl_by_type(inode, type)); in forget_cached_acl()
128 p = acl_by_type(inode, type); in get_acl()