Lines Matching refs:eof
2854 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument
2880 if (!delay && !eof && in xfs_bmap_extsize_align()
2937 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
2945 if (!eof && in xfs_bmap_extsize_align()
3010 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3050 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
3069 else if (!ap->eof) { in xfs_bmap_adjacent()
3384 ap->eof, 0, ap->conv, &ap->offset, in xfs_bmap_compute_alignments()
3875 bool eof = false; in xfs_bmapi_read() local
3899 eof = true; in xfs_bmapi_read()
3905 if (eof) in xfs_bmapi_read()
3931 eof = true; in xfs_bmapi_read()
3959 int eof) in xfs_bmapi_reserve_delalloc() argument
3973 if (!eof) in xfs_bmapi_reserve_delalloc()
3986 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof, in xfs_bmapi_reserve_delalloc()
4106 if (!bma->eof) in xfs_bmapi_allocate()
4327 bool eof = false; /* after the end of extents */ in xfs_bmapi_write() local
4381 eof = true; in xfs_bmapi_write()
4393 if (eof || bma.got.br_startoff > bno) { in xfs_bmapi_write()
4412 bma.eof = eof; in xfs_bmapi_write()
4472 eof = true; in xfs_bmapi_write()