Searched refs:nullstartblock (Results 1 – 3 of 3) sorted by relevance
1125 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1146 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1164 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1291 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()1482 got.br_startblock = nullstartblock(indlen); in xfs_zoned_buffered_write_iomap_begin()
1711 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1781 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1819 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1870 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1909 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()1915 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()4725 got->br_startblock = nullstartblock((int)da_new); in xfs_bmap_del_extent_delay()4735 got->br_startblock = nullstartblock((int)da_new); in xfs_bmap_del_extent_delay()4774 got->br_startblock = nullstartblock((int)got_indlen); in xfs_bmap_del_extent_delay()4778 new.br_startblock = nullstartblock((int)new_indlen); in xfs_bmap_del_extent_delay()
1891 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function