Home
last modified time | relevance | path

Searched refs:xfs_agblock_t (Results 1 – 17 of 17) sorted by relevance

/fs/xfs/
Dxfs_alloc.c51 xfs_agblock_t bno,
86 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
98 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_eq()
114 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_ge()
130 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_lookup_le()
147 xfs_agblock_t bno, /* starting block of extent */ in xfs_alloc_update()
163 xfs_agblock_t *bno, /* output: starting block of extent */ in xfs_alloc_get_rec()
184 xfs_agblock_t foundbno, /* starting block in found extent */ in xfs_alloc_compute_aligned()
188 xfs_agblock_t *resbno, /* result block number */ in xfs_alloc_compute_aligned()
191 xfs_agblock_t bno; in xfs_alloc_compute_aligned()
[all …]
Dxfs_alloc.h78 xfs_agblock_t agbno; /* allocation group-relative block # */
127 xfs_agblock_t bno,
152 xfs_agblock_t *bnop, /* block address retrieved from freelist */
182 xfs_agblock_t bno, /* block being freed */
Dxfs_alloc_btree.h46 xfs_agblock_t ar_startblock; /* starting block number */
71 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
72 #define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(XFS_BNO_BLOCK(mp) + 1))
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 */
471 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b))
472 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b))
Dxfs_ag.h156 #define XFS_AGFL_SIZE(mp) ((mp)->m_sb.sb_sectsize / sizeof(xfs_agblock_t))
168 xfs_agblock_t busy_start;
234 ((xfs_agblock_t)((fsbno) & xfs_mask32lo((mp)->m_sb.sb_agblklog)))
Dxfs_ialloc_btree.h88 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1))
89 #define XFS_PREALLOC_BLOCKS(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
Dxfs_types.h67 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */ typedef
127 #define NULLAGBLOCK ((xfs_agblock_t)-1)
Dxfs_sb.h108 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
109 xfs_agblock_t sb_agblocks; /* size of an allocation group */
506 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d))
Dxfs_inum.h59 (((xfs_agblock_t)(i) >> XFS_INO_OFFSET_BITS(mp)) & \
Dxfs_mount.h50 ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks))
452 static inline xfs_agblock_t
456 return (xfs_agblock_t) do_div(ld, mp->m_sb.sb_agblocks); in xfs_daddr_to_agbno()
Dxfs_alloc_btree.c82 xfs_agblock_t bno; in xfs_allocbt_alloc_block()
115 xfs_agblock_t bno; in xfs_allocbt_free_block()
Dxfs_ialloc.c1001 xfs_agblock_t agbno; /* block number containing inode */ in xfs_difree()
1209 xfs_agblock_t agbno; /* block number of inode in the alloc group */ in xfs_imap()
1213 xfs_agblock_t chunk_agbno; /* first block in inode chunk */ in xfs_imap()
1214 xfs_agblock_t cluster_agbno; /* first block in inode cluster */ in xfs_imap()
Dxfs_btree.c101 xfs_agblock_t agflen; /* native ag. freespace length */ in xfs_btree_check_sblock()
169 xfs_agblock_t bno, /* btree block disk address */ in xfs_btree_check_sptr()
172 xfs_agblock_t agblocks = cur->bc_mp->m_sb.sb_agblocks; in xfs_btree_check_sptr()
489 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_get_bufs()
657 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_read_bufs()
715 xfs_agblock_t agbno, /* allocation group block number */ in xfs_btree_reada_bufs()
756 xfs_agblock_t left = be32_to_cpu(block->bb_u.s.bb_leftsib); in xfs_btree_readahead_sblock()
757 xfs_agblock_t right = be32_to_cpu(block->bb_u.s.bb_rightsib); in xfs_btree_readahead_sblock()
Dxfs_ialloc_btree.c84 xfs_agblock_t sbno = be32_to_cpu(start->s); in xfs_inobt_alloc_block()
Dxfs_dir2.c148 xfs_agblock_t agblkno; in xfs_dir_ino_validate()
Dxfs_itable.c339 xfs_agblock_t agbno=0;/* allocation group block number */ in xfs_bulkstat()
Dxfs_bmap.c4160 xfs_agblock_t agbno; in xfs_bmap_add_free()