Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dposix_acl.c35 static struct posix_acl **acl_by_type(struct inode *inode, int type) in acl_by_type() function
49 struct posix_acl **p = acl_by_type(inode, type); in get_cached_acl()
68 struct posix_acl *acl = rcu_dereference(*acl_by_type(inode, type)); in get_cached_acl_rcu()
84 struct posix_acl **p = acl_by_type(inode, type); in set_cached_acl()
104 __forget_cached_acl(acl_by_type(inode, type)); in forget_cached_acl()
137 p = acl_by_type(inode, type); in __get_acl()