freebsd-dev/lib/libufs
Kirk McKusick b366ee4868 Consolodate four copies of the STDSB define into a single place.
The STDSB macro is passed to the ffs_sbget() routine to fetch a
UFS/FFS superblock "from the stadard place". It was identically defined
in lib/libufs/libufs.h, stand/libsa/ufs.c, sys/ufs/ffs/ffs_extern.h,
and sys/ufs/ffs/ffs_subr.c. Delete it from these four files and
define it instead in sys/ufs/ffs/fs.h. All existing uses of this macro
already include sys/ufs/ffs/fs.h so no include changes need to be made.

No functional change intended.

Sponsored by: Netflix
2021-11-14 22:10:16 -08: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 Consolodate four copies of the STDSB define into a single place. 2021-11-14 22:10:16 -08:00
Makefile
Makefile.depend
sblock.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
sbread.3 Update the libufs cgget() and cgput() interfaces to have a similar 2020-09-19 22:48:30 +00:00
type.c Remove #define _KERNEL hacks from libprocstat 2021-02-21 11:38:21 +02:00
ufs_disk_close.3