Home
last modified time | relevance | path

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

/linux-6.1.9/fs/9p/ !
Dacl.c80 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) in v9fs_get_cached_acl() function
108 return v9fs_get_cached_acl(inode, type); in v9fs_iop_get_acl()
153 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS); in v9fs_acl_chmod()
190 acl = v9fs_get_cached_acl(dir, ACL_TYPE_DEFAULT); in v9fs_acl_mode()
226 acl = v9fs_get_cached_acl(inode, handler->flags); in v9fs_xattr_get_acl()