Searched refs:startblockval (Results 1 – 2 of 2) sorted by relevance
1575 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()1760 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1817 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1853 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1894 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1972 da_new = startblockval(PREV.br_startblock) + in xfs_bmap_add_extent_delay_real()1973 startblockval(RIGHT.br_startblock); in xfs_bmap_add_extent_delay_real()2572 oldlen = startblockval(left.br_startblock) + in xfs_bmap_add_extent_hole_delay()2573 startblockval(new->br_startblock) + in xfs_bmap_add_extent_hole_delay()2574 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()[all …]
1570 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() function