Searched refs:nfs_export (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/overlayfs/ |
| H A D | super.c | 48 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() 579 config->nfs_export = true; in ovl_parse_opt() 584 config->nfs_export = false; in ovl_parse_opt() 682 if (config->nfs_export && !config->index) { in ovl_parse_opt() 685 config->nfs_export = false; in ovl_parse_opt() 695 config->nfs_export = false; in ovl_parse_opt() 703 if (config->nfs_export && config->metacopy) { in ovl_parse_opt() [all …]
|
| H A D | Kconfig | 73 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.
|
| H A D | ovl_entry.h | 17 bool nfs_export; member
|
| H A D | util.c | 79 return ofs->config.nfs_export && ofs->config.index; in ovl_index_all() 87 return ofs->config.nfs_export && ofs->config.index; in ovl_verify_lower()
|
| H A D | namei.c | 555 if (d_is_dir(index) && !ofs->config.nfs_export) in ovl_verify_index()
|
| H A D | readdir.c | 1207 } else if (ofs->config.nfs_export) { in ovl_indexdir_cleanup()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | overlayfs.rst | 391 Note: redirect_dir={off|nofollow|follow[*]} and nfs_export=on mount options 522 When the underlying filesystems supports NFS export and the "nfs_export" 525 With the "nfs_export" feature, on copy_up of any lower object, an index 586 Note: the mount options index=off,nfs_export=on are conflicting for a
|
| /OK3568_Linux_fs/buildroot/output/OK3568/target/usr/lib/modules/5.10.160/ |
| H A D | modules.builtin.modinfo | |