Searched refs:nfs_export (Results 1 – 8 of 8) sorted by relevance
37 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);38 MODULE_PARM_DESC(nfs_export,674 config->nfs_export = result.uint_32; in ovl_parse_param()675 ctx->set.nfs_export = true; in ovl_parse_param()822 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_init_fs_context()935 if (config->nfs_export && !config->index) { in ovl_fs_params_verify()939 config->nfs_export = false; in ovl_fs_params_verify()940 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify()949 config->nfs_export = false; in ovl_fs_params_verify()957 if (config->nfs_export && config->metacopy) { in ovl_fs_params_verify()[all …]
428 if ((ofs->config.nfs_export || in ovl_lower_dir()431 ofs->config.nfs_export = false; in ovl_lower_dir()796 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()798 ofs->config.nfs_export = false; in ovl_make_workdir()916 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()969 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()971 ofs->config.nfs_export = false; in ovl_get_fsid()1490 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super_creds()1492 ofs->config.nfs_export = false; in ovl_fill_super_creds()1496 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super_creds()[all …]
16 bool nfs_export; member
74 globally with the "nfs_export=off" module option or on a filesystem75 instance basis with the "nfs_export=off" mount option.89 case basis with the "nfs_export=on" mount option.
17 bool nfs_export; member
106 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()114 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
1303 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
406 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options687 When the underlying filesystems supports NFS export and the "nfs_export"690 With the "nfs_export" feature, on copy_up of any lower object, an index752 Note: the mount options index=off,nfs_export=on are conflicting for a