Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dfscache.h174 if (server->fscache && (server->options & NFS_OPTION_FSCACHE)) in nfs_server_fscache_state()
Dsuper.c692 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()
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h151 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro