Searched refs:startblockval (Results 1 – 2 of 2) sorted by relevance
1426 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()1632 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1699 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1738 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1786 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1870 da_new = startblockval(PREV.br_startblock) + in xfs_bmap_add_extent_delay_real()1871 startblockval(RIGHT.br_startblock); in xfs_bmap_add_extent_delay_real()2534 oldlen = startblockval(left.br_startblock) + in xfs_bmap_add_extent_hole_delay()2535 startblockval(new->br_startblock) + in xfs_bmap_add_extent_hole_delay()2536 startblockval(right.br_startblock); in xfs_bmap_add_extent_hole_delay()[all …]
1702 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() function