Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dposix_acl.h80 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
/linux/fs/
H A Dposix_acl.c65 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() function
79 EXPORT_SYMBOL(get_cached_acl_rcu);
H A Dnamei.c376 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()
/linux/fs/overlayfs/
H A Dinode.c460 acl = get_cached_acl_rcu(realinode, type); in do_ovl_get_acl()