Searched refs:nfs_export (Results 1 – 6 of 6) sorted by relevance
48 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);49 MODULE_PARM_DESC(nfs_export,387 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()388 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()605 config->nfs_export = true; in ovl_parse_opt()610 config->nfs_export = false; in ovl_parse_opt()712 if (config->nfs_export && !config->index) { in ovl_parse_opt()715 config->nfs_export = false; in ovl_parse_opt()725 config->nfs_export = false; in ovl_parse_opt()733 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()[all …]
73 globally with the "nfs_export=off" module option or on a filesystem74 instance basis with the "nfs_export=off" mount option.88 case basis with the "nfs_export=on" mount option.
18 bool nfs_export; member
84 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()92 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
565 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
1210 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()