Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfs/
Dfscache.h189 if (server->fscache && (server->options & NFS_OPTION_FSCACHE)) in nfs_server_fscache_state()
Dsuper.c687 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()
879 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()
1322 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
1327 mnt->options &= ~NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
1579 mnt->options |= NFS_OPTION_FSCACHE; in nfs_parse_mount_options()
2511 if (!(parsed->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
2519 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
/Linux-v4.19/include/linux/
Dnfs_fs_sb.h158 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro