Home
last modified time | relevance | path

Searched refs:NULLRTBLOCK (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_types.h54 #define NULLRTBLOCK ((xfs_rtblock_t)-1) macro
/linux/fs/xfs/
H A Dxfs_discard.c475 xfs_rtblock_t start = NULLRTBLOCK, length = 0; in xfs_discard_rtdev_extents()
480 if (start == NULLRTBLOCK) in xfs_discard_rtdev_extents()
H A Dxfs_rtalloc.c2132 xfs_rtblock_t bno_hint = NULLRTBLOCK; in xfs_bmap_rtalloc()
/linux/fs/xfs/scrub/
H A Dcow_repair.c460 error = xfs_rtallocate_rtgs(sc->tp, NULLRTBLOCK, 1, maxrtx, 1, false, in xrep_cow_alloc_rt()