Home
last modified time | relevance | path

Searched refs:ovl_nfs_export_def (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/overlayfs/
H A Dparams.c36 static bool ovl_nfs_export_def = IS_ENABLED(CONFIG_OVERLAY_FS_NFS_EXPORT); variable
37 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
734 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_init_fs_context()
999 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
/kernel/linux/linux-5.10/fs/overlayfs/
H A Dsuper.c46 static bool ovl_nfs_export_def = IS_ENABLED(CONFIG_OVERLAY_FS_NFS_EXPORT); variable
47 module_param_named(nfs_export, ovl_nfs_export_def, bool, 0644);
376 if (ofs->config.nfs_export != ovl_nfs_export_def) in ovl_show_options()
1903 ofs->config.nfs_export = ovl_nfs_export_def; in ovl_fill_super()

Completed in 5 milliseconds