Home
last modified time | relevance | path

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

/fs/overlayfs/
A Dparams.c38 MODULE_PARM_DESC(nfs_export,
646 config->nfs_export = result.uint_32; in ovl_parse_param()
647 ctx->set.nfs_export = true; in ovl_parse_param()
903 if (config->nfs_export && !config->index) { in ovl_fs_params_verify()
907 config->nfs_export = false; in ovl_fs_params_verify()
908 } else if (set.nfs_export && set.index) { in ovl_fs_params_verify()
917 config->nfs_export = false; in ovl_fs_params_verify()
926 if (set.nfs_export && set.metacopy) { in ovl_fs_params_verify()
936 config->nfs_export = false; in ovl_fs_params_verify()
944 config->nfs_export = false; in ovl_fs_params_verify()
[all …]
A Dsuper.c414 if ((ofs->config.nfs_export || in ovl_lower_dir()
417 ofs->config.nfs_export = false; in ovl_lower_dir()
787 if (ofs->config.nfs_export && !ofs->config.index) { in ovl_make_workdir()
789 ofs->config.nfs_export = false; in ovl_make_workdir()
907 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs)) in ovl_lower_uuid_ok()
959 if (ofs->config.index || ofs->config.nfs_export) { in ovl_get_fsid()
961 ofs->config.nfs_export = false; in ovl_get_fsid()
1450 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) { in ovl_fill_super()
1452 ofs->config.nfs_export = false; in ovl_fill_super()
1458 ofs->config.nfs_export = false; in ovl_fill_super()
[all …]
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.
A Dparams.h16 bool nfs_export; member
A Dovl_entry.h17 bool nfs_export; member
A Dutil.c108 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
116 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
A Dexport.c182 bool decodable = ofs->config.nfs_export; in ovl_check_encode_origin()
A Dinode.c1191 if (ofs->config.nfs_export && upper) in ovl_hash_bylower()
A Dnamei.c671 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
A Dreaddir.c1228 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()

Completed in 29 milliseconds