Searched refs:startblockval (Results 1 – 2 of 2) sorted by relevance
1450 da_old = startblockval(PREV.br_startblock); in xfs_bmap_add_extent_delay_real()1660 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1728 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1767 startblockval(PREV.br_startblock)); in xfs_bmap_add_extent_delay_real()1816 startblockval(PREV.br_startblock) - in xfs_bmap_add_extent_delay_real()1901 da_new = startblockval(PREV.br_startblock) + in xfs_bmap_add_extent_delay_real()1902 startblockval(RIGHT.br_startblock); in xfs_bmap_add_extent_delay_real()2563 oldlen = startblockval(left.br_startblock) + in xfs_bmap_add_extent_hole_delay()2564 startblockval(new->br_startblock) + in xfs_bmap_add_extent_hole_delay()2565 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