Home
last modified time | relevance | path

Searched refs:NFS_OPTION_FSCACHE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/nfs/
H A Dsuper.c490 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()
693 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_stats()
975 (ctx->options & NFS_OPTION_FSCACHE) != (nfss->options & NFS_OPTION_FSCACHE) || in nfs_compare_remount_data()
1205 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1212 if (!(ctx->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
H A Dfs_context.c547 ctx->options &= ~NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
549 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
554 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
/kernel/linux/linux-6.6/fs/nfs/
H A Dsuper.c514 if (nfss->options & NFS_OPTION_FSCACHE) in nfs_show_mount_options()
994 (ctx->options & NFS_OPTION_FSCACHE) != (nfss->options & NFS_OPTION_FSCACHE) || in nfs_compare_remount_data()
1233 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1240 if (!(ctx->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
H A Dfs_context.c648 ctx->options &= ~NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
650 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
655 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
/kernel/linux/linux-5.10/include/linux/
H A Dnfs_fs_sb.h178 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro
/kernel/linux/linux-6.6/include/linux/
H A Dnfs_fs_sb.h182 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro

Completed in 9 milliseconds