mirror_zfs/lib/libspl/include/os/freebsd/sys
Pawel Jakub Dawidek a64d757aa4
FreeBSD: Clean up the use of ioflags
- Prefer O_* flags over F* flags that mostly mirror O_* flags anyway,
  but O_* flags seem to be preferred.
- Simplify the code as all the F*SYNC flags were defined as FFSYNC flag.
- Don't define FRSYNC flag, so we don't generate unnecessary ZIL commits.
- Remove EXCL define, FreeBSD ignores the excl argument for zfs_create()
  anyway.

Reviewed-by: Allan Jude <allan@klarasystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Pawel Jakub Dawidek <pawel@dawidek.net>
Closes #13400
2022-05-02 16:26:28 -07:00
..
byteorder.h Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00
fcntl.h FreeBSD: fix HEAD build, conditionally remove FDSYNC defines 2021-01-23 15:39:55 -08:00
file.h FreeBSD: Clean up the use of ioflags 2022-05-02 16:26:28 -07:00
Makefile.am FreeBSD: fix HEAD build, conditionally remove FDSYNC defines 2021-01-23 15:39:55 -08:00
mnttab.h Appease GCC sprintf warnings found on Fedora 32/GCC 10.0.1 2020-08-24 10:32:59 -07:00
mount.h Fix definition of BLKGETSIZE64 on FreeBSD 2020-08-27 16:09:26 -07:00
param.h FreeBSD: make adjustments for the standalone environment 2020-10-13 21:05:49 -07:00
stat.h Support running FreeBSD buildworld on Arm-based macOS hosts 2021-03-26 10:45:12 -07:00
sysmacros.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
vfs.h Add FreeBSD support to OpenZFS 2020-04-14 11:36:28 -07:00
zfs_context_os.h Detect HAVE_LARGE_STACKS at compile time 2021-07-16 14:28:55 -06:00