Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c1387 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1408 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1426 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1553 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
1765 got.br_startblock = nullstartblock(indlen); in xfs_zoned_buffered_write_iomap_begin()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1897 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function