Home
last modified time | relevance | path

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

/Linux-v6.6/fs/overlayfs/
Dparams.c37 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
38 MODULE_PARM_DESC(nfs_export,
585 config->nfs_export = result.uint_32; in ovl_parse_param()
586 ctx->set.nfs_export = true; in ovl_parse_param()
707 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_init_fs_context()
841 if (config->nfs_export && !config->index) { in ovl_fs_params_verify()
845 config->nfs_export = false; in ovl_fs_params_verify()
846 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify()
855 config->nfs_export = false; in ovl_fs_params_verify()
863 if (config->nfs_export && config->metacopy) { in ovl_fs_params_verify()
[all …]
Dsuper.c402 if ((ofs->config.nfs_export || in ovl_lower_dir()
405 ofs->config.nfs_export = false; in ovl_lower_dir()
834 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
836 ofs->config.nfs_export = false; in ovl_make_workdir()
949 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
1001 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
1003 ofs->config.nfs_export = false; in ovl_get_fsid()
1463 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
1465 ofs->config.nfs_export = false; in ovl_fill_super()
1469 if (ofs->config.metacopy && ofs->config.nfs_export) { in ovl_fill_super()
[all …]
Dparams.h16 bool nfs_export; member
DKconfig73 globally with the "nfs_export=off" module option or on a filesystem
74 instance basis with the "nfs_export=off" mount option.
88 case basis with the "nfs_export=on" mount option.
Dovl_entry.h17 bool nfs_export; member
Dutil.c76 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
84 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
Dexport.c187 bool decodable = ofs->config.nfs_export; in ovl_check_encode_origin()
Dinode.c1314 if (ofs->config.nfs_export && upper) in ovl_hash_bylower()
Dreaddir.c1208 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
Dnamei.c628 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
/Linux-v6.6/Documentation/filesystems/
Doverlayfs.rst379 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options
599 When the underlying filesystems supports NFS export and the "nfs_export"
602 With the "nfs_export" feature, on copy_up of any lower object, an index
663 Note: the mount options index=off,nfs_export=on are conflicting for a