Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dposix_acl.c29 static struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() function
43 struct posix_acl **p = acl_by_type(inode, type); in get_cached_acl()
62 struct posix_acl *acl = rcu_dereference(*acl_by_type(inode, type)); in get_cached_acl_rcu()
78 struct posix_acl **p = acl_by_type(inode, type); in set_cached_acl()
98 __forget_cached_acl(acl_by_type(inode, type)); in forget_cached_acl()
129 p = acl_by_type(inode, type); in get_acl()