Home
last modified time | relevance | path

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

/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.c271 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()