Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dposix_acl.h83 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/OK3568_Linux_fs/kernel/fs/
H A Dposix_acl.c38 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() function
55 EXPORT_SYMBOL(get_cached_acl);
108 acl = get_cached_acl(inode, type); in get_acl()
/OK3568_Linux_fs/kernel/fs/9p/
H A Dacl.c95 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()