Home
last modified time | relevance | path

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

/linux/fs/overlayfs/
A Dsuper.c48 MODULE_PARM_DESC(nfs_export,
583 config->nfs_export = true; in ovl_parse_opt()
588 config->nfs_export = false; in ovl_parse_opt()
685 config->nfs_export = false; in ovl_parse_opt()
695 config->nfs_export = false; in ovl_parse_opt()
714 config->nfs_export = false; in ovl_parse_opt()
947 if ((ofs->config.nfs_export || in ovl_lower_dir()
950 ofs->config.nfs_export = false; in ovl_lower_dir()
1473 ofs->config.nfs_export = false; in ovl_make_workdir()
2120 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.c559 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
A Dreaddir.c1208 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
/linux/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 18 milliseconds