Searched refs:nfs_export (Results 1 – 7 of 7) sorted by relevance
50 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);357 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()358 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()530 config->nfs_export = true; in ovl_parse_opt()534 config->nfs_export = false; in ovl_parse_opt()779 if ((ofs->config.nfs_export || in ovl_lower_dir()782 ofs->config.nfs_export = false; in ovl_lower_dir()1077 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()1079 ofs->config.nfs_export = false; in ovl_make_workdir()1310 } else if (!ofs->config.upperdir && ofs->config.nfs_export && in ovl_get_lowerstack()[all …]
20 bool nfs_export; member
72 globally with the "nfs_export=off" module option or on a filesystem73 instance basis with the "nfs_export=off" mount option.87 case basis with the "nfs_export=on" mount option.
87 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()95 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
533 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
1130 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
401 When the underlying filesystems supports NFS export and the "nfs_export"404 With the "nfs_export" feature, on copy_up of any lower object, an index