Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_iomap.c1378 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1399 left.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1417 right.br_startblock = nullstartblock(newlen); in xfs_bmap_add_extent_hole_delay()
1544 got->br_startblock = nullstartblock(indlen); in xfs_bmapi_reserve_delalloc()
1735 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