Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drepair.c288 xfs_extlen_t aglen = NULLAGBLOCK; in xrep_calc_ag_resblks()
335 if (aglen == NULLAGBLOCK || in xrep_calc_ag_resblks()
633 fab->root = NULLAGBLOCK; in xrep_findroot_block()
651 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) && in xrep_findroot_block()
652 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()
655 fab->root = NULLAGBLOCK; in xrep_findroot_block()
727 fab->root = NULLAGBLOCK; in xrep_find_ag_btree_roots()
H A Drefcount.c189 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
224 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
367 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno) in xchk_refcountbt_rmap_check_gap()
386 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()
1656 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared()
H A Dxfs_btree.c113 if (dsibling == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_check_agblock_siblings()
1019 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLAGBLOCK) { in xfs_btree_readahead_agblock()
1026 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) { in xfs_btree_readahead_agblock()
1146 if (b->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1148 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1161 return ptr->s == cpu_to_be32(NULLAGBLOCK); in xfs_btree_ptr_is_null()
1172 ptr->s = cpu_to_be32(NULLAGBLOCK); in xfs_btree_set_ptr_null()
1261 buf->bb_u.s.bb_leftsib = cpu_to_be32(NULLAGBLOCK); in __xfs_btree_init_block()
1262 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in __xfs_btree_init_block()
5512 return block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK); in xfs_btree_has_more_records()
H A Dxfs_ag.c553 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
799 if (!error && args.agbno == NULLAGBLOCK) in xfs_ag_shrink_space()
H A Dxfs_alloc_btree.c83 if (bno == NULLAGBLOCK) { in xfs_allocbt_alloc_block()
H A Dxfs_btree.h641 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
H A Dxfs_rmap_btree.c101 if (bno == NULLAGBLOCK) { in xfs_rmapbt_alloc_block()
/linux/fs/xfs/
H A Dxfs_icreate_item.c178 if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) { in xlog_recover_icreate_commit_pass2()
H A Dxfs_reflink.c194 BUILD_BUG_ON(NULLRGBLOCK != NULLAGBLOCK); in xfs_reflink_find_rtshared()
H A Dxfs_trace.h2704 __entry->agbno = NULLAGBLOCK;