Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dvfs_mount.c1453 export_error = 0; in vfs_domount_update()
1478 export_error = EINVAL; in vfs_domount_update()
1480 export_error = EINVAL; in vfs_domount_update()
1492 export_error = EINVAL; in vfs_domount_update()
1493 if (export_error == 0) in vfs_domount_update()
1504 export_error = copyin(export.ex_groups, in vfs_domount_update()
1507 if (export_error == 0) in vfs_domount_update()
1510 export_error = EINVAL; in vfs_domount_update()
1514 export_error = EINVAL; in vfs_domount_update()
1515 if (export_error == 0) in vfs_domount_update()
[all …]