Lines Matching refs:nfs_export
402 if ((ofs->config.nfs_export ||
405 ofs->config.nfs_export = false;
406 pr_warn("fs on '%s' does not support file handles, falling back to index=off,nfs_export=off.\n",
834 if (ofs->config.nfs_export && !ofs->config.index) {
835 pr_warn("NFS export requires \"index=on\", falling back to nfs_export=off.\n");
836 ofs->config.nfs_export = false;
949 if (!ofs->config.nfs_export && !ovl_upper_mnt(ofs))
953 * We allow using single lower with null uuid for index and nfs_export
1001 if (ofs->config.index || ofs->config.nfs_export) {
1003 ofs->config.nfs_export = false;
1007 pr_warn("%s uuid detected in lower fs '%pd2', falling back to xino=%s,index=off,nfs_export=off.\n",
1466 if (ovl_upper_mnt(ofs) && ofs->config.nfs_export) {
1467 pr_warn("NFS export requires an index dir, falling back to nfs_export=off.\n");
1468 ofs->config.nfs_export = false;
1472 if (ofs->config.metacopy && ofs->config.nfs_export) {
1473 pr_warn("NFS export is not supported with metadata only copy up, falling back to nfs_export=off.\n");
1474 ofs->config.nfs_export = false;
1478 * Support encoding decodable file handles with nfs_export=on
1479 * and encoding non-decodable file handles with nfs_export=off
1482 if (ofs->config.nfs_export)