zfs/include/os
Richard Yao 609550bc5f Convert enum zio_flag to uint64_t
We ran out of space in enum zio_flag for additional flags. Rather than
introduce enum zio_flag2 and then modify a bunch of functions to take a
second flags variable, we expand the type to 64 bits via `typedef
uint64_t zio_flag_t`.

Reviewed-by: Allan Jude <allan@klarasystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <richard.yao@klarasystems.com>
Signed-off-by: Allan Jude <allan@klarasystems.com>
Co-authored-by: Richard Yao <richard.yao@klarasystems.com>
Closes #14086
2023-09-07 18:54:12 +00:00
..
freebsd freebsd: Fix ZFS_ENTER_UNMOUNTOK and ZFS_ENTER on FreeBSD 2023-07-05 13:27:31 +00:00
linux Convert enum zio_flag to uint64_t 2023-09-07 18:54:12 +00:00
Makefile.am Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00