Lines Matching refs:export_error
1077 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()
1196 export_error = vfs_export(mp, &export); in vfs_domount_update()
1206 export_error = copyin(export.ex_groups, 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()
1218 export_error = vfs_export(mp, &export); in vfs_domount_update()
1222 export_error = EINVAL; in vfs_domount_update()
1279 return (error != 0 ? error : export_error); in vfs_domount_update()