Searched refs:nfs_export (Results 1 – 7 of 7) sorted by relevance
49 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 …]
73 globally with the "nfs_export=off" module option or on a filesystem74 instance basis with the "nfs_export=off" mount option.88 case basis with the "nfs_export=on" mount option.
18 bool nfs_export; member
75 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()
566 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
1204 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
368 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options506 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 index570 Note: the mount options index=off,nfs_export=on are conflicting for a
Completed in 14 milliseconds