Searched refs:nfs_export (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/fs/overlayfs/ |
H A D | params.c | 37 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 D | super.c | 402 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 D | params.h | 16 bool nfs_export; member
|
H A D | ovl_entry.h | 17 bool nfs_export; member
|
H A D | util.c | 76 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 D | export.c | 187 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 D | inode.c | 1314 if (ofs->config.nfs_export && upper) in ovl_hash_bylower()
|
H A D | readdir.c | 1208 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
|
H A D | namei.c | 628 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
|
/kernel/linux/linux-5.10/fs/overlayfs/ |
H A D | super.c | 47 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 D | ovl_entry.h | 17 bool nfs_export; member
|
H A D | util.c | 71 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 D | namei.c | 554 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
|
H A D | readdir.c | 1207 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
|
Completed in 18 milliseconds