Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dposix_acl.h84 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
/kernel/linux/linux-5.10/fs/
Dposix_acl.c57 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() function
61 EXPORT_SYMBOL(get_cached_acl_rcu);
Dnamei.c268 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()