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

/linux-4.1.27/fs/9p/
H A Dacl.c88 static struct posix_acl *v9fs_get_cached_acl(struct inode *inode, int type) v9fs_get_cached_acl() function
113 return v9fs_get_cached_acl(inode, type); v9fs_iop_get_acl()
157 acl = v9fs_get_cached_acl(inode, ACL_TYPE_ACCESS); v9fs_acl_chmod()
194 acl = v9fs_get_cached_acl(dir, ACL_TYPE_DEFAULT); v9fs_acl_mode()
250 acl = v9fs_get_cached_acl(d_inode(dentry), type); v9fs_xattr_get_acl()

Completed in 84 milliseconds