Searched refs:export_error (Results 1 – 1 of 1) sorted by relevance
1347 int error, export_error, i, len, fsid_up_len; in vfs_domount_update() local1491 export_error = 0; in vfs_domount_update()1516 export_error = EINVAL; in vfs_domount_update()1518 export_error = EINVAL; in vfs_domount_update()1530 export_error = EINVAL; in vfs_domount_update()1531 if (export_error == 0) in vfs_domount_update()1532 export_error = vfs_export(mp, &export, true); in vfs_domount_update()1542 export_error = copyin(export.ex_groups, in vfs_domount_update()1545 if (export_error == 0) in vfs_domount_update()1548 export_error = EINVAL; in vfs_domount_update()[all …]