Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfs/
A Dsuper.c500 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()
710 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()
991 (ctx->options & NFS_OPTION_FSCACHE) != (nfss->options & NFS_OPTION_FSCACHE) || in nfs_compare_remount_data()
1229 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1236 if (!(ctx->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
A Dfs_context.c594 ctx->options &= ~NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
596 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
601 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
/linux-6.3-rc2/include/linux/
A Dnfs_fs_sb.h179 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro

Completed in 9 milliseconds