Searched refs:nullstartblock (Results 1 – 2 of 2) sorted by relevance
1691 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1757 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1794 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1842 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1880 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()1886 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()2592 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2613 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2631 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()4072 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()[all …]
1625 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function