Searched refs:nullstartblock (Results 1 – 3 of 3) sorted by relevance
1378 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1399 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1417 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()1544 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()1735 got.br_startblock = nullstartblock(indlen); in xfs_zoned_buffered_write_iomap_begin()
1703 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1773 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1811 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1862 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1901 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()1907 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()4721 got->br_startblock = nullstartblock((int)da_new); in xfs_bmap_del_extent_delay()4731 got->br_startblock = nullstartblock((int)da_new); in xfs_bmap_del_extent_delay()4770 got->br_startblock = nullstartblock((int)got_indlen); in xfs_bmap_del_extent_delay()4774 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