Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dnfs_fs_sb.h169 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro
/Linux-v5.4/fs/nfs/
Dsuper.c697 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()
900 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()
1338 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
1343 mnt->options &= ~NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
1600 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
2263 (data->options & NFS_OPTION_FSCACHE) != (nfss->options & NFS_OPTION_FSCACHE) || in nfs_compare_remount_data()
2575 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
2583 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
Dfscache.c119 if (!(nfss->options & NFS_OPTION_FSCACHE)) in nfs_fscache_get_super_cookie()