Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/overlayfs/
A Dsuper.c49 MODULE_PARM_DESC(nfs_export,
592 config->nfs_export = true; in ovl_parse_opt()
597 config->nfs_export = false; in ovl_parse_opt()
694 config->nfs_export = false; in ovl_parse_opt()
704 config->nfs_export = false; in ovl_parse_opt()
723 config->nfs_export = false; in ovl_parse_opt()
950 if ((ofs->config.nfs_export || in ovl_lower_dir()
953 ofs->config.nfs_export = false; in ovl_lower_dir()
1402 ofs->config.nfs_export = false; in ovl_make_workdir()
2049 ofs->config.nfs_export = false; in ovl_fill_super()
[all …]
A 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.
A Dovl_entry.h18 bool nfs_export; member
A 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()
A Dnamei.c566 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
A Dreaddir.c1204 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
/linux-6.3-rc2/Documentation/filesystems/
A 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

Completed in 14 milliseconds