Lines Matching refs:eof
1531 int eof; /* hit end of file */ in xfs_bmap_last_before() local
1552 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
1554 if (eof || xfs_bmbt_get_startoff(ep) > bno) { in xfs_bmap_last_before()
3182 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument
3208 if (!delay && !eof && in xfs_bmap_extsize_align()
3265 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3273 if (!eof && in xfs_bmap_extsize_align()
3338 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3376 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
3395 else if (!ap->eof) { in xfs_bmap_adjacent()
3671 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc()
4025 int eof; in xfs_bmapi_read() local
4056 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev); in xfs_bmapi_read()
4062 if (eof) in xfs_bmapi_read()
4090 eof = 1; in xfs_bmapi_read()
4104 int eof) in xfs_bmapi_reserve_delalloc() argument
4115 if (!eof) in xfs_bmapi_reserve_delalloc()
4121 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof, in xfs_bmapi_reserve_delalloc()
4211 int eof; /* we've hit the end of extents */ in xfs_bmapi_delay() local
4239 xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev); in xfs_bmapi_delay()
4244 if (eof || got.br_startoff > bno) { in xfs_bmapi_delay()
4246 &prev, &lastx, eof); in xfs_bmapi_delay()
4269 eof = 1; in xfs_bmapi_delay()
4303 if (!bma->eof) in xfs_bmapi_allocate()
4504 int eof; /* after the end of extents */ in xfs_bmapi_write() local
4578 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, in xfs_bmapi_write()
4592 inhole = eof || bma.got.br_startoff > bno; in xfs_bmapi_write()
4600 bma.eof = eof; in xfs_bmapi_write()
4655 eof = 1; in xfs_bmapi_write()
5059 int eof; /* is deleting at eof */ in xfs_bunmapi() local
5110 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bunmapi()
5117 if (eof) { in xfs_bunmapi()