Searched refs:NULLAGBLOCK (Results 1 - 16 of 16) sorted by relevance

/linux-master/fs/xfs/scrub/
H A Drefcount.c189 rbno = NULLAGBLOCK;
224 next_rbno = NULLAGBLOCK;
367 if (*next_bno != NULLAGBLOCK && rec->rm_startblock < *next_bno)
386 xfs_agblock_t next_bno = NULLAGBLOCK;
H A Drcbag.c157 uint32_t next_bno = NULLAGBLOCK;
193 if (next_bno == NULLAGBLOCK) {
H A Drepair.c275 xfs_extlen_t aglen = NULLAGBLOCK;
322 if (aglen == NULLAGBLOCK ||
586 fab->root = NULLAGBLOCK;
604 if (btblock->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK) &&
605 btblock->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK))
608 fab->root = NULLAGBLOCK;
680 fab->root = NULLAGBLOCK;
H A Dbmap_repair.c113 if (fbno != NULLAGBLOCK)
/linux-master/fs/xfs/
H A Dxfs_discard.c187 if (tcur->ar_startblock == NULLAGBLOCK)
316 .ar_startblock = NULLAGBLOCK,
H A Dxfs_icreate_item.c178 if (!agbno || agbno == NULLAGBLOCK || agbno >= mp->m_sb.sb_agblocks) {
H A Dxfs_reflink.c127 * be set to NULLAGBLOCK and 0, respectively.
201 if (fbno == NULLAGBLOCK) {
1600 if (rbno != NULLAGBLOCK) {
H A Dxfs_trace.h2534 __entry->agbno = NULLAGBLOCK;
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.c396 newbno1 = NULLAGBLOCK;
401 newbno1 = NULLAGBLOCK;
405 newbno2 = NULLAGBLOCK;
408 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) {
414 } else if (newbno2 != NULLAGBLOCK)
424 newbno1 = NULLAGBLOCK;
428 return newbno1 == NULLAGBLOCK ? 0 : XFS_ABSDIFF(newbno1, wantbno);
565 nfbno1 = nfbno2 = NULLAGBLOCK;
569 nfbno2 = NULLAGBLOCK;
[all...]
H A Dxfs_types.h55 #define NULLAGBLOCK ((xfs_agblock_t)-1) macro
H A Dxfs_btree.c107 if (dsibling == cpu_to_be32(NULLAGBLOCK))
1025 if ((lr & XFS_BTCUR_LEFTRA) && left != NULLAGBLOCK) {
1032 if ((lr & XFS_BTCUR_RIGHTRA) && right != NULLAGBLOCK) {
1152 if (b->bb_u.s.bb_leftsib == cpu_to_be32(NULLAGBLOCK))
1154 if (b->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK))
1167 return ptr->s == cpu_to_be32(NULLAGBLOCK);
1178 ptr->s = cpu_to_be32(NULLAGBLOCK);
1267 buf->bb_u.s.bb_leftsib = cpu_to_be32(NULLAGBLOCK);
1268 buf->bb_u.s.bb_rightsib = cpu_to_be32(NULLAGBLOCK);
5385 return block->bb_u.s.bb_rightsib != cpu_to_be32(NULLAGBLOCK);
[all...]
H A Dxfs_refcount.c683 left->rc_startblock = cleft->rc_startblock = NULLAGBLOCK;
778 right->rc_startblock = cright->rc_startblock = NULLAGBLOCK;
861 return rc->rc_startblock != NULLAGBLOCK;
1523 * shared blocks are found, fbno and flen will be set to NULLAGBLOCK
1544 *fbno = NULLAGBLOCK;
H A Dxfs_ag.c725 agfl_bno[bucket] = cpu_to_be32(NULLAGBLOCK);
973 if (!error && args.agbno == NULLAGBLOCK)
H A Dxfs_btree.h640 return block->bb_u.s.bb_rightsib == cpu_to_be32(NULLAGBLOCK);
H A Dxfs_alloc_btree.c83 if (bno == NULLAGBLOCK) {
H A Dxfs_rmap_btree.c99 if (bno == NULLAGBLOCK) {

Completed in 336 milliseconds