Searched refs:NFS_OPTION_FSCACHE (Results 1 – 3 of 3) sorted by relevance
174 if (server->fscache && (server->options & NFS_OPTION_FSCACHE)) in nfs_server_fscache_state()
689 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()881 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()1309 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()1314 mnt->options &= ~NFS_OPTION_FSCACHE; in nfs_parse_mount_options()1559 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()2470 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()2478 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
150 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro