Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.h71 bool nfsd_file_is_cached(struct inode *inode);
H A Dfilecache.c1041 * nfsd_file_is_cached - are there any cached open files for this inode?
1052 nfsd_file_is_cached(struct inode *inode) in nfsd_file_is_cached() function
H A Dvfs.c1855 ret = nfsd_file_is_cached(inode); in nfsd_has_cached_files()