Home
last modified time | relevance | path

Searched refs:get_cached_acl (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dposix_acl.h83 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/kernel/linux/linux-6.6/include/linux/
H A Dposix_acl.h89 struct posix_acl *get_cached_acl(struct inode *inode, int type);
/kernel/linux/linux-5.10/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); variable
108 acl = get_cached_acl(inode, type); in get_acl()
/kernel/linux/linux-6.6/fs/
H A Dposix_acl.c47 struct posix_acl *get_cached_acl(struct inode *inode, int type) in get_cached_acl() function
64 EXPORT_SYMBOL(get_cached_acl); variable
129 acl = get_cached_acl(inode, type); in __get_acl()
/kernel/linux/linux-5.10/fs/9p/
H A Dacl.c95 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()
/kernel/linux/linux-6.6/fs/9p/
H A Dacl.c117 acl = get_cached_acl(inode, type); in v9fs_get_cached_acl()

Completed in 5 milliseconds