Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dposix_acl.h84 struct posix_acl *get_cached_acl_rcu(struct inode *inode, int type);
/OK3568_Linux_fs/kernel/fs/
H A 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);
H A Dnamei.c271 acl = get_cached_acl_rcu(inode, ACL_TYPE_ACCESS); in check_acl()