Searched refs:xfs_agblock_t (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc_btree.h47 xfs_agblock_t ar_startblock; /* starting block number */
82 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
83 #define XFS_CNT_BLOCK(mp) ((xfs_agblock_t)(XFS_BNO_BLOCK(mp) + 1))
113 extern int xfs_alloc_get_rec(struct xfs_btree_cur *cur, xfs_agblock_t *bno,
131 extern int xfs_alloc_lookup_eq(struct xfs_btree_cur *cur, xfs_agblock_t bno,
138 extern int xfs_alloc_lookup_ge(struct xfs_btree_cur *cur, xfs_agblock_t bno,
145 extern int xfs_alloc_lookup_le(struct xfs_btree_cur *cur, xfs_agblock_t bno,
152 extern int xfs_alloc_update(struct xfs_btree_cur *cur, xfs_agblock_t bno,
H A Dxfs_imap.h28 xfs_agblock_t im_agblkno; /* logical block of inode chunk in ag */
H A Dxfs_alloc.h78 xfs_agblock_t agbno; /* allocation group-relative block # */
139 xfs_agblock_t *bnop); /* block address retrieved from freelist */
168 xfs_agblock_t bno); /* block being freed */
200 xfs_agblock_t bno,
H A Dxfs_btree.h265 xfs_agblock_t ptr, /* btree block disk address */
314 xfs_agblock_t agbno, /* allocation group block number */
382 xfs_agblock_t agbno, /* allocation group block number */
405 xfs_agblock_t agbno, /* allocation group block number */
454 ((xfs_agblock_t)(a) < (xfs_agblock_t)(b) ? \
455 (xfs_agblock_t)(a) : (xfs_agblock_t)(b))
457 ((xfs_agblock_t)(a) > (xfs_agblock_t)(
[all...]
H A Dxfs_alloc.c51 xfs_agblock_t bno,
86 xfs_btree_cur_t *, xfs_agblock_t *, xfs_extlen_t *, int *);
98 xfs_agblock_t foundbno, /* starting block in found extent */
102 xfs_agblock_t *resbno, /* result block number */
105 xfs_agblock_t bno;
128 xfs_agblock_t wantbno, /* target starting block */
131 xfs_agblock_t freebno, /* freespace's starting block */
133 xfs_agblock_t *newbnop) /* result: best start block from free */
135 xfs_agblock_t freeend; /* end of freespace extent */
136 xfs_agblock_t newbno
[all...]
H A Dxfs_ialloc_btree.h105 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1))
106 #define XFS_PREALLOC_BLOCKS(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
H A Dxfs_types.h67 typedef __uint32_t xfs_agblock_t; /* blockno in alloc. group */ typedef
129 #define NULLAGBLOCK ((xfs_agblock_t)-1)
H A Dxfs_alloc_btree.c53 STATIC int xfs_alloc_split(xfs_btree_cur_t *, int, xfs_agblock_t *,
75 xfs_agblock_t bno; /* btree block number */
80 xfs_agblock_t lbno; /* left block's block number */
89 xfs_agblock_t rbno; /* right block's block number */
596 xfs_agblock_t *bnop, /* i/o: block number inserted */
608 xfs_agblock_t nbno; /* block number of allocated block */
948 xfs_agblock_t agbno; /* a.g. relative btree block number */
1050 xfs_agblock_t startblock; /* key value */
1305 xfs_agblock_t lbno; /* left block number */
1309 xfs_agblock_t nbn
[all...]
H A Dxfs_inum.h59 (((xfs_agblock_t)(i) >> XFS_INO_OFFSET_BITS(mp)) & \
H A Dxfs_ag.h149 #define XFS_AGFL_SIZE(mp) ((mp)->m_sb.sb_sectsize / sizeof(xfs_agblock_t))
161 xfs_agblock_t busy_start;
214 ((xfs_agblock_t)((fsbno) & XFS_MASK32LO((mp)->m_sb.sb_agblklog)))
H A Dxfs_ialloc_btree.c49 STATIC int xfs_inobt_split(xfs_btree_cur_t *, int, xfs_agblock_t *,
69 xfs_agblock_t bno; /* btree block number */
75 xfs_agblock_t lbno; /* left block's block number */
84 xfs_agblock_t rbno; /* right block's block number */
530 xfs_agblock_t *bnop, /* i/o: block number inserted */
541 xfs_agblock_t nbno; /* block number of allocated block */
841 xfs_agblock_t agbno; /* a.g. relative btree block number */
1193 xfs_agblock_t lbno; /* left block number */
1200 xfs_agblock_t rbno; /* right block number */
1464 xfs_agblock_t *bno
[all...]
H A Dxfs_sb.h101 xfs_agblock_t sb_rextsize; /* realtime extent size, blocks */
102 xfs_agblock_t sb_agblocks; /* size of an allocation group */
441 #define XFS_HDR_BLOCK(mp,d) ((xfs_agblock_t)XFS_BB_TO_FSBT(mp,d))
H A Dxfs_btree.c311 xfs_agblock_t agflen; /* native ag. freespace length */
346 xfs_agblock_t ptr, /* btree block disk address */
548 xfs_agblock_t agbno, /* allocation group block number */
778 xfs_agblock_t agbno, /* allocation group block number */
836 xfs_agblock_t agbno, /* allocation group block number */
H A Dxfs_mount.h53 ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks))
562 static inline xfs_agblock_t
566 return (xfs_agblock_t) do_div(ld, mp->m_sb.sb_agblocks);
H A Dxfs_ialloc.c937 xfs_agblock_t agbno; /* block number containing inode */
1149 xfs_agblock_t agbno; /* block number of inode in the alloc group */
1154 xfs_agblock_t chunk_agbno; /* first block in inode chunk */
1158 xfs_agblock_t cluster_agbno; /* first block in inode cluster */
H A Dxfs_dir2.c96 xfs_agblock_t agblkno;
H A Dxfs_itable.c315 xfs_agblock_t agbno=0;/* allocation group block number */
H A Dxfs_bmap.c4104 xfs_agblock_t agbno;

Completed in 277 milliseconds