Home
last modified time | relevance | path

Searched refs:nfs_export (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.c37 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
38 MODULE_PARM_DESC(nfs_export,
156 fsparam_enum("nfs_export", Opt_nfs_export, ovl_parameter_bool),
612 config->nfs_export = result.uint_32; in ovl_parse_param()
613 ctx->set.nfs_export = true; in ovl_parse_param()
734 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_init_fs_context()
867 /* Resolve nfs_export -> index dependency */ in ovl_fs_params_verify()
868 if (config->nfs_export && !config->index) { in ovl_fs_params_verify()
871 pr_info("NFS export requires \"redirect_dir=nofollow\" on non-upper mount, falling back to nfs_export=off.\n"); in ovl_fs_params_verify()
872 config->nfs_export in ovl_fs_params_verify()
[all...]
H A Dsuper.c402 if ((ofs->config.nfs_export || in ovl_lower_dir()
405 ofs->config.nfs_export = false; in ovl_lower_dir()
406 pr_warn("fs on '%s' does not support file handles, falling back to index=off,nfs_export=off.\n", in ovl_lower_dir()
834 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
835 pr_warn("NFS export requires \"index=on\", falling back to nfs_export=off.\n"); in ovl_make_workdir()
836 ofs->config.nfs_export = false; in ovl_make_workdir()
949 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
953 * We allow using single lower with null uuid for index and nfs_export in ovl_lower_uuid_ok()
1001 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1003 ofs->config.nfs_export in ovl_get_fsid()
[all...]
H A Dparams.h16 bool nfs_export; member
H A Dovl_entry.h17 bool nfs_export; member
H A Dutil.c76 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
84 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
H A Dexport.c187 bool decodable = ofs->config.nfs_export; in ovl_check_encode_origin()
889 /* encode_fh() encodes non-decodable file handles with nfs_export=off */
H A Dinode.c1314 if (ofs->config.nfs_export && upper) in ovl_hash_bylower()
H A Dreaddir.c1208 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
H A Dnamei.c628 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c47 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
48 MODULE_PARM_DESC(nfs_export,
376 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
377 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
449 {OPT_NFS_EXPORT_ON, "nfs_export=on"},
450 {OPT_NFS_EXPORT_OFF, "nfs_export=off"},
570 config->nfs_export = true; in ovl_parse_opt()
575 config->nfs_export = false; in ovl_parse_opt()
664 /* Resolve nfs_export in ovl_parse_opt()
[all...]
H A Dovl_entry.h17 bool nfs_export; member
H A Dutil.c71 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
79 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
H A Dnamei.c554 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
H A Dreaddir.c1207 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()

Completed in 18 milliseconds