Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dposix_acl.h84 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
/linux-4.19.296/fs/
Dposix_acl.c56 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type) in get_cached_acl_rcu() function
60 EXPORT_SYMBOL(get_cached_acl_rcu);
Dnamei.c270 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()