Home
last modified time | relevance | path

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

/freebsd-13.1/sys/kern/
H A Dvfs_mount.c1109 int error, export_error, i, len; in vfs_domount_update() local
1187 export_error = 0; in vfs_domount_update()
1212 export_error = EINVAL; in vfs_domount_update()
1214 export_error = EINVAL; in vfs_domount_update()
1226 export_error = EINVAL; in vfs_domount_update()
1227 if (export_error == 0) in vfs_domount_update()
1241 if (export_error == 0) in vfs_domount_update()
1244 export_error = EINVAL; in vfs_domount_update()
1248 export_error = EINVAL; in vfs_domount_update()
1249 if (export_error == 0) in vfs_domount_update()
[all …]