2 comments

[ 1.8 ms ] story [ 12.1 ms ] thread
bsd/vfs/vfs_vnops.c:

        if (write_offset == INT64_MAX) {
                /* writes are not possible */
                error = EFBIG;
                goto error_out;
        }