Lines Matching defs:eof
1371 * Returns the file-relative block number of the first block past eof in
2669 * Not true if we're inserting into the "hole" at eof.
2878 int eof, /* is extent at end-of-file? */
2904 if (!delay && !eof &&
2961 if (!eof && gotp->br_startoff != NULLFILEOFF) {
2969 if (!eof &&
3034 if (!eof && gotp->br_startoff != NULLFILEOFF)
3066 * If allocating at eof, and there's a previous real block,
3069 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF &&
3084 * If not at eof, then compare the two neighbor blocks.
3088 else if (!ap->eof) {
3333 ap->eof, 0, ap->conv, &ap->offset,
3881 bool eof = false;
3905 eof = true;
3910 /* Reading past eof, act as though there's a hole up to end. */
3911 if (eof)
3937 eof = true;
3948 * allocate or eof is specified if no such extent exists. On return, got refers
3965 int eof)
3979 if (!eof)
3992 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof,
4112 if (!bma->eof)
4333 bool eof = false; /* after the end of extents */
4387 eof = true;
4399 if (eof || bma.got.br_startoff > bno) {
4418 bma.eof = eof;
4478 eof = true;