Lines Matching refs:nfs_export
47 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
48 MODULE_PARM_DESC(nfs_export,
358 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
359 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
534 config->nfs_export = true; in ovl_parse_opt()
538 config->nfs_export = false; in ovl_parse_opt()
803 if ((ofs->config.nfs_export || in ovl_lower_dir()
806 ofs->config.nfs_export = false; in ovl_lower_dir()
1147 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
1149 ofs->config.nfs_export = false; in ovl_make_workdir()
1258 if (!ofs->config.nfs_export && !(ofs->config.index && ofs->upper_mnt)) in ovl_lower_uuid_ok()
1292 ofs->config.nfs_export = false; in ovl_get_fsid()
1427 } else if (!ofs->config.upperdir && ofs->config.nfs_export && in ovl_get_lowerstack()
1430 ofs->config.nfs_export = false; in ovl_get_lowerstack()
1578 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()
1652 if (ofs->upper_mnt && ofs->config.nfs_export) { in ovl_fill_super()
1654 ofs->config.nfs_export = false; in ovl_fill_super()
1658 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
1660 ofs->config.nfs_export = false; in ovl_fill_super()
1663 if (ofs->config.nfs_export) in ovl_fill_super()