Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dposix_acl.h75 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
/Linux-v6.1/fs/
Dposix_acl.c60 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() function
74 EXPORT_SYMBOL(get_cached_acl_rcu);
Dnamei.c297 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()
/Linux-v6.1/fs/overlayfs/
Dinode.c515 acl = get_cached_acl_rcu(realinode, type); in ovl_get_acl()