Searched refs:startblockval (Results 1 – 2 of 2) sorted by relevance
1479 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()1685 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1752 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1791 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1839 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1923 da_new = startblockval(PREV.br_startblock) + in xfs_bmap_add_extent_delay_real()1924 startblockval(RIGHT.br_startblock); in xfs_bmap_add_extent_delay_real()2587 oldlen = startblockval(left.br_startblock) + in xfs_bmap_add_extent_hole_delay()2588 startblockval(new->br_startblock) + in xfs_bmap_add_extent_hole_delay()2589 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()[all …]
1631 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() function