Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/
H A Dsuper.c526 if (nfss->options & NFS_OPTION_FSCACHE) { in nfs_show_mount_options()
1035 (ctx->options & NFS_OPTION_FSCACHE) != (nfss->options & NFS_OPTION_FSCACHE) || in nfs_compare_remount_data()
1274 if (!(mnt_s->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
1281 if (!(ctx->options & NFS_OPTION_FSCACHE)) in nfs_get_cache_cookie()
H A Dfs_context.c699 ctx->options &= ~NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
701 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
707 ctx->options |= NFS_OPTION_FSCACHE; in nfs_fs_context_parse_param()
/linux-6.15/include/linux/
H A Dnfs_fs_sb.h196 #define NFS_OPTION_FSCACHE 0x00000001 /* - local caching enabled */ macro