Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Drepair.c259 xfs_extlen_t aglen = NULLAGBLOCK; in xrep_calc_ag_resblks()
306 if (aglen == NULLAGBLOCK || in xrep_calc_ag_resblks()
571 fab->root = NULLAGBLOCK; in xrep_findroot_block()
589 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) && in xrep_findroot_block()
590 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xrep_findroot_block()
593 fab->root = NULLAGBLOCK; in xrep_findroot_block()
665 fab->root = NULLAGBLOCK; in xrep_find_ag_btree_roots()
H A Drefcount.c177 rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
212 next_rbno = NULLAGBLOCK; in xchk_refcountbt_process_rmap_fragments()
355 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno) in xchk_refcountbt_rmap_check_gap()
374 xfs_agblock_t next_bno = NULLAGBLOCK; in xchk_refcountbt_xref_gaps()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_alloc.c393 newbno1 = NULLAGBLOCK; in xfs_alloc_compute_diff()
398 newbno1 = NULLAGBLOCK; in xfs_alloc_compute_diff()
402 newbno2 = NULLAGBLOCK; in xfs_alloc_compute_diff()
405 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) { in xfs_alloc_compute_diff()
411 } else if (newbno2 != NULLAGBLOCK) in xfs_alloc_compute_diff()
421 newbno1 = NULLAGBLOCK; in xfs_alloc_compute_diff()
425 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno); in xfs_alloc_compute_diff()
552 nfbno1 = nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
556 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
560 nfbno2 = NULLAGBLOCK; in xfs_alloc_fixup_trees()
[all …]
H A Dxfs_types.h52 #define NULLAGBLOCK ((xfs_agblock_t)-1) macro
H A Dxfs_btree.c102 if (dsibling == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_check_sblock_siblings()
201 xfs_agblock_t agbno = NULLAGBLOCK; in __xfs_btree_check_sblock()
924 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_reada_bufs()
965 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLAGBLOCK) { in xfs_btree_readahead_sblock()
971 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) { in xfs_btree_readahead_sblock()
1081 if (b->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1083 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
1096 return ptr->s == cpu_to_be32(NULLAGBLOCK); in xfs_btree_ptr_is_null()
1107 ptr->s = cpu_to_be32(NULLAGBLOCK); in xfs_btree_set_ptr_null()
1189 buf->bb_u.s.bb_leftsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()
[all …]
H A Dxfs_refcount.c668 left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_left_extents()
761 right->rc_startblock = cright->rc_startblock = NULLAGBLOCK; in xfs_refcount_find_right_extents()
842 return rc->rc_startblock != NULLAGBLOCK; in xfs_refc_valid()
1520 *fbno = NULLAGBLOCK; in xfs_refcount_find_shared()
H A Dxfs_ag.c735 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK); in xfs_agflblock_init()
978 if (!error && args.agbno == NULLAGBLOCK) in xfs_ag_shrink_space()
H A Dxfs_btree.h695 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
H A Dxfs_alloc_btree.c68 if (bno == NULLAGBLOCK) { in xfs_allocbt_alloc_block()
H A Dxfs_rmap_btree.c99 if (bno == NULLAGBLOCK) { in xfs_rmapbt_alloc_block()
/openbmc/linux/fs/xfs/
H A Dxfs_discard.c180 if (tcur->ar_startblock == NULLAGBLOCK) in xfs_trim_gather_extents()
307 .ar_startblock = NULLAGBLOCK, in xfs_trim_extents()
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.c200 if (fbno == NULLAGBLOCK) { in xfs_reflink_trim_around_shared()
1576 if (rbno != NULLAGBLOCK) { in xfs_reflink_inode_has_shared_extents()