2 comments

[ 2.8 ms ] story [ 15.3 ms ] thread
bsd/vfs/vfs_vnops.c:

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