Home
last modified time | relevance | path

Searched refs:NULLRGBLOCK (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Drtrefcount.c202 rbno = NULLRGBLOCK; in xchk_rtrefcountbt_process_rmap_fragments()
237 next_rbno = NULLRGBLOCK; in xchk_rtrefcountbt_process_rmap_fragments()
416 if (*next_bno != NULLRGBLOCK && rec->rm_startblock < *next_bno) in xchk_rtrefcountbt_rmap_check_gap()
435 xfs_rgblock_t next_bno = NULLRGBLOCK; in xchk_rtrefcountbt_xref_gaps()
/linux/fs/xfs/libxfs/
H A Dxfs_types.h58 #define NULLRGBLOCK ((xfs_rgblock_t)-1) macro
/linux/fs/xfs/
H A Dxfs_zone_alloc.c1024 if (highest_rgbno == NULLRGBLOCK) in xfs_query_write_pointer()