freebsd-dev/sys/geom
Ed Maste 00172f3416 geom: use bool for one-bit wide bit-field
A one-bit wide bit-field can take only the values 0 and -1.  Clang 16
introduced a warning that "implicit truncation from 'int' to a one-bit
wide bit-field changes value from 1 to -1".  Fix by using c99 bool.

Reported by:	Clang, via dim
Reviewed by:	dim
Sponsored by:	The FreeBSD Foundation
2023-04-17 15:43:00 -04:00
..
bde GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
cache
concat
eli GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
gate
journal Add a flags parameter to the ffs_sbget() function that reads UFS superblocks. 2022-07-30 22:51:38 -07:00
label GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
linux_lvm
mirror Implement GEOM::rotation_rate for gmirror 2023-04-10 10:27:10 -06:00
mountver
multipath
nop
part geom: use bool for one-bit wide bit-field 2023-04-17 15:43:00 -04:00
raid
raid3 graid3: Pre-allocate the timeout event structure 2023-03-30 13:38:15 -04:00
shsec
stripe
union Clarify when GEOM utilities exit with success or failure. 2022-07-16 10:26:51 -07:00
uzip
vinum gvinum: correct assertions 2023-03-21 10:03:12 -04:00
virstor
zero
geom_bsd_enc.c
geom_ccd.c GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
geom_ctl.c Clarify when GEOM utilities exit with success or failure. 2022-07-16 10:26:51 -07:00
geom_ctl.h
geom_dbg.h
geom_dev.c GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
geom_disk.c
geom_disk.h
geom_dump.c
geom_event.c Adjust g_waitidle() visibility and definition 2022-08-02 21:11:10 +03:00
geom_flashmap.c
geom_flashmap.h
geom_int.h
geom_io.c Move kstack_contains() and GET_STACK_USAGE() to MD machine/stack.h 2023-02-02 00:59:26 +02:00
geom_kern.c
geom_map.c
geom_redboot.c GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
geom_slice.c GEOM: Remove redundant NULL pointer check before g_free() 2022-12-28 23:34:09 +08:00
geom_slice.h
geom_subr.c Adjust function definition in geom_subr.c to avoid clang 15 warnings 2022-07-26 19:59:56 +02:00
geom_vfs.c
geom_vfs.h
geom.h Adjust g_waitidle() visibility and definition 2022-08-02 21:11:10 +03:00
notes