Lines Matching refs:NULLAGBLOCK
128 (block->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()
131 (block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK) || in xfs_btree_check_sblock()
192 bno != NULLAGBLOCK && in xfs_btree_check_sptr()
577 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_get_bufs()
598 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK); in xfs_btree_islastblock()
760 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_reada_bufs()
801 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLAGBLOCK) { in xfs_btree_readahead_sblock()
807 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) { in xfs_btree_readahead_sblock()
858 ASSERT(ptr->s != cpu_to_be32(NULLAGBLOCK)); in xfs_btree_ptr_to_daddr()
906 if (b->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
908 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK)) in xfs_btree_setbuf()
921 return ptr->s == cpu_to_be32(NULLAGBLOCK); in xfs_btree_ptr_is_null()
932 ptr->s = cpu_to_be32(NULLAGBLOCK); in xfs_btree_set_ptr_null()
1011 buf->bb_u.s.bb_leftsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()
1012 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK); in xfs_btree_init_block_int()