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

/linux-master/include/linux/
H A Dnfs_fs.h562 extern int nfs_access_get_cached(struct inode *inode, const struct cred *cred,
/linux-master/fs/nfs/
H A Ddir.c3056 int nfs_access_get_cached(struct inode *inode, const struct cred *cred, function
3068 EXPORT_SYMBOL_GPL(nfs_access_get_cached); variable
3190 status = nfs_access_get_cached(inode, cred, &cache.mask, may_block);
H A Dnfs4proc.c7877 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) {
7905 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) {
7936 if (!nfs_access_get_cached(inode, current_cred(), &mask, true)) {

Completed in 183 milliseconds