Home
last modified time | relevance | path

Searched refs:export_error (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_mount.c1319 int error, export_error, i, len, fsid_up_len; in vfs_domount_update() local
1456 export_error = 0; in vfs_domount_update()
1481 export_error = EINVAL; in vfs_domount_update()
1483 export_error = EINVAL; in vfs_domount_update()
1495 export_error = EINVAL; in vfs_domount_update()
1496 if (export_error == 0) in vfs_domount_update()
1497 export_error = vfs_export(mp, &export, true); in vfs_domount_update()
1507 export_error = copyin(export.ex_groups, in vfs_domount_update()
1510 if (export_error == 0) in vfs_domount_update()
1513 export_error = EINVAL; in vfs_domount_update()
[all …]