freebsd-src/lib/libufs
Kirk McKusick 82e72f1d12 Add d_sblockloc to libufs(3) disk structure to allow options to be added.
By making the disk block parameter used by the libufs(3) sbread(3)
function visible, applications using sbread(3) can set their own
addition options such as using the STDSB_NOHASHFAIL request to
say that they want the superblock read to succeed even when
the superblock checkhash is incorrect.

While here also add an error message when a check-hash failure
is detected.
2022-07-24 18:12:25 -07:00
..
block.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
bread.3
cgread.3 Update the libufs cgget() and cgput() interfaces to have a similar 2020-09-19 22:48:30 +00:00
cgroup.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
getinode.3 Update the libufs cgget() and cgput() interfaces to have a similar 2020-09-19 22:48:30 +00:00
inode.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
libufs.3 Update the libufs cgget() and cgput() interfaces to have a similar 2020-09-19 22:48:30 +00:00
libufs.h Add d_sblockloc to libufs(3) disk structure to allow options to be added. 2022-07-24 18:12:25 -07:00
Makefile
Makefile.depend Update Makefile.depend files 2019-12-11 17:37:53 +00:00
sblock.c Add d_sblockloc to libufs(3) disk structure to allow options to be added. 2022-07-24 18:12:25 -07:00
sbread.3 Update the libufs cgget() and cgput() interfaces to have a similar 2020-09-19 22:48:30 +00:00
type.c Add d_sblockloc to libufs(3) disk structure to allow options to be added. 2022-07-24 18:12:25 -07:00
ufs_disk_close.3