pub const NFS_SENDFILE_MIN_SIZE: u64 = 65_536;
Minimum file size to activate the NFS sendfile fast-path (64 KiB). Below this, io_uring overhead is negligible and sendfile adds no benefit.