• Home
  • Raw
  • Download

Lines Matching refs:eof

1832 	int		eof;			/* hit end of file */  in xfs_bmap_last_before()  local
1853 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bmap_last_before()
1855 if (eof || xfs_bmbt_get_startoff(ep) > bno) { in xfs_bmap_last_before()
1940 int *eof) in xfs_bmap_eof() argument
1945 error = xfs_bmap_last_extent(NULL, ip, whichfork, &rec, eof); in xfs_bmap_eof()
1946 if (error || *eof) in xfs_bmap_eof()
1949 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof()
3499 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument
3525 if (!delay && !eof && in xfs_bmap_extsize_align()
3570 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
3578 if (!eof && in xfs_bmap_extsize_align()
3641 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3679 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
3698 else if (!ap->eof) { in xfs_bmap_adjacent()
3818 align, 1, ap->eof, 0, in xfs_bmap_rtalloc()
3855 if (ap->eof && ap->offset == 0) { in xfs_bmap_rtalloc()
4043 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc()
4382 int eof; in xfs_bmapi_read() local
4412 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, &prev); in xfs_bmapi_read()
4418 if (eof) in xfs_bmapi_read()
4446 eof = 1; in xfs_bmapi_read()
4460 int eof) in xfs_bmapi_reserve_delalloc() argument
4471 if (!eof) in xfs_bmapi_reserve_delalloc()
4484 error = xfs_bmap_extsize_align(mp, got, prev, extsz, rt, eof, in xfs_bmapi_reserve_delalloc()
4577 int eof; /* we've hit the end of extents */ in xfs_bmapi_delay() local
4604 xfs_bmap_search_extents(ip, bno, XFS_DATA_FORK, &eof, &lastx, &got, &prev); in xfs_bmapi_delay()
4609 if (eof || got.br_startoff > bno) { in xfs_bmapi_delay()
4611 &prev, &lastx, eof); in xfs_bmapi_delay()
4634 eof = 1; in xfs_bmapi_delay()
4671 if (!bma->eof) in __xfs_bmapi_allocate()
4889 int eof; /* after the end of extents */ in xfs_bmapi_write() local
4982 xfs_bmap_search_extents(ip, bno, whichfork, &eof, &bma.idx, &bma.got, in xfs_bmapi_write()
4999 inhole = eof || bma.got.br_startoff > bno; in xfs_bmapi_write()
5007 bma.eof = eof; in xfs_bmapi_write()
5062 eof = 1; in xfs_bmapi_write()
5467 int eof; /* is deleting at eof */ in xfs_bunmapi() local
5517 ep = xfs_bmap_search_extents(ip, bno, whichfork, &eof, &lastx, &got, in xfs_bunmapi()
5524 if (eof) { in xfs_bunmapi()