Searched refs:nullstartblock (Results 1 – 2 of 2) sorted by relevance
1638 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1704 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1741 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1789 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1827 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()1833 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()2539 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2560 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2578 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()4020 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()[all …]
1696 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function