Home
last modified time | relevance | path

Searched refs:NULLAGBLOCK (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/scrub/
H A Drefcount.c188 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
223 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
366 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno) in xchk_refcountbt_rmap_check_gap()
385 xfs_agblock_t next_bno = NULLAGBLOCK; in xchk_refcountbt_xref_gaps()
H A Drcbag.c157 uint32_t next_bno = NULLAGBLOCK; in rcbag_next_edge()
193 if (next_bno == NULLAGBLOCK) { in rcbag_next_edge()
H A Dbmap_repair.c122 if (fbno != NULLAGBLOCK) in xrep_bmap_discover_shared()
/linux/fs/xfs/libxfs/
H A Dxfs_types.h57 #define NULLAGBLOCK ((xfs_agblock_t)-1) macro
H A Dxfs_refcount.c713 left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_left_extents()
806 right->rc_startblock = cright->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_right_extents()
888 return rc->rc_startblock != NULLAGBLOCK; in xfs_refc_valid()
1655 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared()
H A Dxfs_ag.c544 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
790 if (!error && args.agbno == NULLAGBLOCK) in xfs_ag_shrink_space()
H A Dxfs_btree.h644 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
/linux/fs/xfs/
H A Dxfs_trace.h2972 __entry->agbno = NULLAGBLOCK;