Home
last modified time | relevance | path

Searched refs:nfs_export (Results 1 – 8 of 8) sorted by relevance

/linux/fs/overlayfs/
H A Dparams.c37 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
38 MODULE_PARM_DESC(nfs_export,
655 config->nfs_export = result.uint_32; in ovl_parse_param()
656 ctx->set.nfs_export = true; in ovl_parse_param()
800 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_init_fs_context()
912 if (config->nfs_export && !config->index) { in ovl_fs_params_verify()
916 config->nfs_export = false; in ovl_fs_params_verify()
917 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify()
926 config->nfs_export = false; in ovl_fs_params_verify()
934 if (config->nfs_export && config->metacopy) { in ovl_fs_params_verify()
[all …]
H A Dsuper.c428 if ((ofs->config.nfs_export || in ovl_lower_dir()
431 ofs->config.nfs_export = false; in ovl_lower_dir()
800 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
802 ofs->config.nfs_export = false; in ovl_make_workdir()
920 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
973 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
975 ofs->config.nfs_export = false; in ovl_get_fsid()
1494 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super_creds()
1496 ofs->config.nfs_export = false; in ovl_fill_super_creds()
1500 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super_creds()
[all …]
H A Dparams.h16 bool nfs_export; member
H A DKconfig74 globally with the "nfs_export=off" module option or on a filesystem
75 instance basis with the "nfs_export=off" mount option.
89 case basis with the "nfs_export=on" mount option.
H A Dovl_entry.h17 bool nfs_export; member
H A Dutil.c103 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
111 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
H A Dnamei.c678 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
H A Dreaddir.c1303 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()