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()
692 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()884 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()1312 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()1317 mnt->options &= ~NFS_OPTION_FSCACHE; in nfs_parse_mount_options()1562 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()2473 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()2481 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
151 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro