ERRORS
The function bread may fail and set errno for any of the errors specified for the library functions ufs_disk_write(3) or pread(2). Additionally, it may follow the libufs(3) error methodologies in situations where the amount of data read is not equal to the amount requested, or in case of device error. The function bwrite may fail and set errno for any of the errors specified for the library function pwrite(2). Additionally, it may follow the libufs(3) error methodologies in situations where the amount of data written is not equal to the amount requested, or in case of a device error.
SEE ALSO
libufs(3), ufs_disk_write(3)
HISTORY
libufs(3)
AUTHORS