Searched refs:nullstartblock (Results 1 – 2 of 2) sorted by relevance
1767 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1823 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1857 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1898 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()1936 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()1942 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()2580 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2601 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()2619 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()3996 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()[all …]
1556 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function