Lines Matching defs:eof
1419 * Returns the file-relative block number of the first block past eof in
2749 * Not true if we're inserting into the "hole" at eof.
2958 int eof, /* is extent at end-of-file? */
2984 if (!delay && !eof &&
3041 if (!eof && gotp->br_startoff != NULLFILEOFF) {
3049 if (!eof &&
3114 if (!eof && gotp->br_startoff != NULLFILEOFF)
3151 * If allocating at eof, and there's a previous real block,
3154 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
3169 * If not at eof, then compare the two neighbor blocks.
3173 else if (!ap->eof) {
3505 align, 0, ap->eof, 0, ap->conv,
3881 bool eof = false;
3907 eof = true;
3912 /* Reading past eof, act as though there's a hole up to end. */
3913 if (eof)
3939 eof = true;
3950 * allocate or eof is specified if no such extent exists. On return, got refers
3967 int eof)
3981 if (!eof)
3994 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof,
4112 if (!bma->eof)
4328 bool eof = false; /* after the end of extents */
4384 eof = true;
4396 if (eof || bma.got.br_startoff > bno) {
4415 bma.eof = eof;
4475 eof = true;