Searched refs:nfs_access_get_cached (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/nfs/ |
| H A D | dir.c | 3183 int nfs_access_get_cached(struct inode *inode, const struct cred *cred, in nfs_access_get_cached() function 3195 EXPORT_SYMBOL_GPL(nfs_access_get_cached); 3317 status = nfs_access_get_cached(inode, cred, &cache.mask, may_block); in nfs_do_access()
|
| H A D | nfs4proc.c | 7988 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_set_nfs4_user() 8016 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_xattr_get_nfs4_user() 8047 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) { in nfs4_listxattr_nfs4_user()
|