Lines Matching refs:eof
1532 int eof; /* hit end of file */ in xfs_bmap_last_before() local
1553 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
1555 if (eof || xfs_bmbt_get_startoff(ep) > bno) { in xfs_bmap_last_before()
3183 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument
3209 if (!delay && !eof && in xfs_bmap_extsize_align()
3266 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3274 if (!eof && in xfs_bmap_extsize_align()
3339 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3377 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
3396 else if (!ap->eof) { in xfs_bmap_adjacent()
3671 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc()
4020 int eof; in xfs_bmapi_read() local
4051 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev); in xfs_bmapi_read()
4057 if (eof) in xfs_bmapi_read()
4085 eof = 1; in xfs_bmapi_read()
4099 int eof) in xfs_bmapi_reserve_delalloc() argument
4110 if (!eof) in xfs_bmapi_reserve_delalloc()
4116 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof, in xfs_bmapi_reserve_delalloc()
4206 int eof; /* we've hit the end of extents */ in xfs_bmapi_delay() local
4234 xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev); in xfs_bmapi_delay()
4239 if (eof || got.br_startoff > bno) { in xfs_bmapi_delay()
4241 &prev, &lastx, eof); in xfs_bmapi_delay()
4264 eof = 1; in xfs_bmapi_delay()
4298 if (!bma->eof) in xfs_bmapi_allocate()
4477 int eof; /* after the end of extents */ in xfs_bmapi_write() local
4539 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, in xfs_bmapi_write()
4553 inhole = eof || bma.got.br_startoff > bno; in xfs_bmapi_write()
4561 bma.eof = eof; in xfs_bmapi_write()
4616 eof = 1; in xfs_bmapi_write()
5020 int eof; /* is deleting at eof */ in xfs_bunmapi() local
5071 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bunmapi()
5078 if (eof) { in xfs_bunmapi()