Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c1313 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1334 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1352 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1479 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
1670 got.br_startblock = nullstartblock(indlen); in xfs_zoned_buffered_write_iomap_begin()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h1891 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() function