Home
last modified time | relevance | path

Searched refs:nullstartblock (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c1666 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()
1733 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()
1770 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()
1819 PREV.br_startblock = nullstartblock(da_new); in xfs_bmap_add_extent_delay_real()
1858 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()
1864 nullstartblock(xfs_bmap_worst_indlen(bma->ip, in xfs_bmap_add_extent_delay_real()
2568 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
2589 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
2607 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
4011 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
[all …]
H A Dxfs_format.h1696 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function