Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_mount.c1077 int error, export_error, i, len; in vfs_domount_update() local
1155 export_error = 0; in vfs_domount_update()
1180 export_error = EINVAL; in vfs_domount_update()
1182 export_error = EINVAL; in vfs_domount_update()
1194 export_error = EINVAL; in vfs_domount_update()
1195 if (export_error == 0) in vfs_domount_update()
1209 if (export_error == 0) in vfs_domount_update()
1212 export_error = EINVAL; in vfs_domount_update()
1216 export_error = EINVAL; in vfs_domount_update()
1217 if (export_error == 0) in vfs_domount_update()
[all …]