Lines Matching refs:eof
2872 int eof, /* is extent at end-of-file? */ in xfs_bmap_extsize_align() argument
2898 if (!delay && !eof && in xfs_bmap_extsize_align()
2955 if (!eof && gotp->br_startoff != NULLFILEOFF) { in xfs_bmap_extsize_align()
2963 if (!eof && in xfs_bmap_extsize_align()
3028 if (!eof && gotp->br_startoff != NULLFILEOFF) in xfs_bmap_extsize_align()
3068 if (ap->eof && ap->prev.br_startoff != NULLFILEOFF && in xfs_bmap_adjacent()
3087 else if (!ap->eof) { in xfs_bmap_adjacent()
3418 align, 0, ap->eof, 0, ap->conv, in xfs_bmap_btalloc()
3809 bool eof = false; in xfs_bmapi_read() local
3863 eof = true; in xfs_bmapi_read()
3869 if (eof) in xfs_bmapi_read()
3895 eof = true; in xfs_bmapi_read()
3923 int eof) in xfs_bmapi_reserve_delalloc() argument
3937 if (!eof) in xfs_bmapi_reserve_delalloc()
3950 error = xfs_bmap_extsize_align(mp, got, &prev, extsz, 0, eof, in xfs_bmapi_reserve_delalloc()
4034 if (!bma->eof) in xfs_bmapi_allocate()
4274 bool eof = false; /* after the end of extents */ in xfs_bmapi_write() local
4337 eof = true; in xfs_bmapi_write()
4349 if (eof || bma.got.br_startoff > bno) { in xfs_bmapi_write()
4368 bma.eof = eof; in xfs_bmapi_write()
4428 eof = true; in xfs_bmapi_write()