Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_alloc.c325 args->agbno = NULLAGBLOCK; in xfs_alloc_fix_minleft()
518 (void *)(__psunsigned_t)args->agbno, in xfs_alloc_trace_alloc()
544 xfs_agblock_t agbno, /* a.g. relative block number */ in xfs_alloc_trace_free() argument
555 (void *)(__psunsigned_t)agbno, in xfs_alloc_trace_free()
598 xfs_agblock_t agbno, /* a.g. relative block number */ in xfs_alloc_trace_busy() argument
611 (void *)(__psunsigned_t)agbno, in xfs_alloc_trace_busy()
666 if (args->agbno != NULLAGBLOCK) { in xfs_alloc_ag_vextent()
675 ASSERT(args->agbno % args->alignment == 0); in xfs_alloc_ag_vextent()
690 args->agbno, args->len); in xfs_alloc_ag_vextent()
735 if ((error = xfs_alloc_lookup_le(bno_cur, args->agbno, args->minlen, &i))) in xfs_alloc_ag_vextent_exact()
[all …]
Dxfs_ialloc.c205 args.agbno = XFS_AGINO_TO_AGBNO(args.mp, newino) + in xfs_ialloc_ag_alloc()
208 (args.agbno < be32_to_cpu(agi->agi_length)))) { in xfs_ialloc_ag_alloc()
210 be32_to_cpu(agi->agi_seqno), args.agbno); in xfs_ialloc_ag_alloc()
260 args.agbno = be32_to_cpu(agi->agi_root); in xfs_ialloc_ag_alloc()
262 be32_to_cpu(agi->agi_seqno), args.agbno); in xfs_ialloc_ag_alloc()
284 args.agbno = be32_to_cpu(agi->agi_root); in xfs_ialloc_ag_alloc()
286 be32_to_cpu(agi->agi_seqno), args.agbno); in xfs_ialloc_ag_alloc()
300 newino = XFS_OFFBNO_TO_AGINO(args.mp, args.agbno, 0); in xfs_ialloc_ag_alloc()
341 args.agbno + (j * blks_per_cluster)); in xfs_ialloc_ag_alloc()
1001 xfs_agblock_t agbno; /* block number containing inode */ in xfs_difree() local
[all …]
Dxfs_ag.h229 #define XFS_AGB_TO_FSB(mp,agno,agbno) \ argument
230 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
235 #define XFS_AGB_TO_DADDR(mp,agno,agbno) \ argument
237 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
Dxfs_itable.c339 xfs_agblock_t agbno=0;/* allocation group block number */ in xfs_bulkstat() local
533 for (agbno = XFS_AGINO_TO_AGBNO(mp, gino), in xfs_bulkstat()
537 agbno += nbcluster) { in xfs_bulkstat()
541 agbno, nbcluster); in xfs_bulkstat()
593 agbno = XFS_AGINO_TO_AGBNO(mp, in xfs_bulkstat()
605 agbno); in xfs_bulkstat()
630 bno = XFS_AGB_TO_DADDR(mp, agno, agbno); in xfs_bulkstat()
Dxfs_btree.h345 xfs_agblock_t agbno, /* allocation group block number */
390 xfs_agblock_t agbno, /* allocation group block number */
413 xfs_agblock_t agbno, /* allocation group block number */
Dxfs_alloc.h78 xfs_agblock_t agbno; /* allocation group-relative block # */ member
Dxfs_btree.c489 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_get_bufs() argument
496 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_get_bufs()
497 d = XFS_AGB_TO_DADDR(mp, agno, agbno); in xfs_btree_get_bufs()
657 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_read_bufs() argument
667 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_read_bufs()
668 d = XFS_AGB_TO_DADDR(mp, agno, agbno); in xfs_btree_read_bufs()
715 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_reada_bufs() argument
721 ASSERT(agbno != NULLAGBLOCK); in xfs_btree_reada_bufs()
722 d = XFS_AGB_TO_DADDR(mp, agno, agbno); in xfs_btree_reada_bufs()
Dxfs_bmap.c4160 xfs_agblock_t agbno; in xfs_bmap_add_free() local
4167 agbno = XFS_FSB_TO_AGBNO(mp, bno); in xfs_bmap_add_free()
4169 ASSERT(agbno < mp->m_sb.sb_agblocks); in xfs_bmap_add_free()
4171 ASSERT(agbno + len <= mp->m_sb.sb_agblocks); in xfs_bmap_add_free()