Searched refs:startblockval (Results 1 – 2 of 2) sorted by relevance
1562 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()1744 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1801 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1837 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1878 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1956 da_new = startblockval(PREV.br_startblock) + in xfs_bmap_add_extent_delay_real()1957 startblockval(RIGHT.br_startblock); in xfs_bmap_add_extent_delay_real()2558 oldlen = startblockval(left.br_startblock) + in xfs_bmap_add_extent_hole_delay()2559 startblockval(new->br_startblock) + in xfs_bmap_add_extent_hole_delay()2560 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()[all …]
1562 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() function