Home
last modified time | relevance | path

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

/Linux-v6.1/fs/overlayfs/
Dsuper.c48 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
49 MODULE_PARM_DESC(nfs_export,
377 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
378 seq_printf(m, ",nfs_export=%s", ofs->config.nfs_export ? in ovl_show_options()
587 config->nfs_export = true; in ovl_parse_opt()
592 config->nfs_export = false; in ovl_parse_opt()
686 if (config->nfs_export && !config->index) { in ovl_parse_opt()
689 config->nfs_export = false; in ovl_parse_opt()
699 config->nfs_export = false; in ovl_parse_opt()
707 if (config->nfs_export && config->metacopy) { in ovl_parse_opt()
[all …]
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.h18 bool nfs_export; member
Dutil.c75 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all()
83 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
Dnamei.c565 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
Dreaddir.c1210 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
/Linux-v6.1/Documentation/filesystems/
Doverlayfs.rst368 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options
506 When the underlying filesystems supports NFS export and the "nfs_export"
509 With the "nfs_export" feature, on copy_up of any lower object, an index
570 Note: the mount options index=off,nfs_export=on are conflicting for a