Searched refs:agbp (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_alloc.h74 struct xfs_buf *agbp; /* buffer for a.g. freelist header */ member in struct:xfs_alloc_arg
138 struct xfs_buf *agbp, /* buffer containing the agf structure */
166 struct xfs_buf *agbp, /* buffer for a.g. freelist header */
H A Dxfs_ialloc.c112 * Allocate new inodes in the allocation group specified by agbp.
118 xfs_buf_t *agbp, /* alloc group buffer */
157 agi = XFS_BUF_TO_AGI(agbp);
312 cur = xfs_btree_init_cursor(args.mp, tp, agbp,
334 xfs_ialloc_log_agi(tp, agbp,
371 xfs_buf_t *agbp; /* allocation group header buffer */ local
410 if (xfs_ialloc_read_agi(mp, tp, agno, &agbp)) {
411 agbp = NULL;
415 agbp = NULL;
428 if (agbp
116 xfs_ialloc_ag_alloc( xfs_trans_t *tp, xfs_buf_t *agbp, int *alloc) argument
517 xfs_buf_t *agbp; /* allocation group header's buffer */ local
938 xfs_buf_t *agbp; /* buffer containing allocation group header */ local
1150 xfs_buf_t *agbp; /* agi buffer */ local
[all...]
H A Dxfs_alloc.c231 agf = XFS_BUF_TO_AGF(args->agbp);
597 agf = XFS_BUF_TO_AGF(args->agbp);
605 xfs_alloc_log_agf(args->tp, args->agbp,
650 bno_cur = xfs_btree_init_cursor(args->mp, args->tp, args->agbp,
706 cnt_cur = xfs_btree_init_cursor(args->mp, args->tp, args->agbp,
709 be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
772 cnt_cur = xfs_btree_init_cursor(args->mp, args->tp, args->agbp,
882 ASSERT(ltend <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
900 args->agbp, args->agno, XFS_BTNUM_BNO, NULL, 0);
927 bno_cur_lt = xfs_btree_init_cursor(args->mp, args->tp, args->agbp,
1507 xfs_free_ag_extent( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_agblock_t bno, xfs_extlen_t len, int isfl) argument
1818 xfs_buf_t *agbp; /* agf buffer pointer */ local
1991 xfs_alloc_get_freelist( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agblock_t *bnop) argument
2105 xfs_alloc_put_freelist( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_buf_t *agflbp, xfs_agblock_t bno) argument
[all...]
H A Dxfs_itable.c316 xfs_buf_t *agbp; /* agi header buffer */ local
389 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp);
399 agi = XFS_BUF_TO_AGI(agbp);
403 cur = xfs_btree_init_cursor(mp, NULL, agbp, agno, XFS_BTNUM_INO,
533 xfs_buf_relse(agbp);
761 xfs_buf_t *agbp; local
786 agbp = NULL;
788 if (agbp == NULL) {
790 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp);
798 agbp
[all...]
H A Dxfs_btree.c309 xfs_buf_t *agbp; /* buffer for ag. freespace struct */ local
314 agbp = cur->bc_private.a.agbp;
315 agf = XFS_BUF_TO_AGF(agbp);
349 xfs_buf_t *agbp; /* buffer for ag. freespace struct */ local
352 agbp = cur->bc_private.a.agbp;
353 agf = XFS_BUF_TO_AGF(agbp);
420 new = xfs_btree_init_cursor(mp, tp, cur->bc_private.a.agbp,
571 xfs_buf_t *agbp, /* (
568 xfs_btree_init_cursor( xfs_mount_t *mp, xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agnumber_t agno, xfs_btnum_t btnum, xfs_inode_t *ip, int whichfork) argument
[all...]
H A Dxfs_ialloc.h73 * available without an allocation, agbp would be set to the current
74 * agbp and alloc_done set to false.
75 * If an allocation needed to be done, agbp would be set to the
79 * the agbp value returned from the previous call.
85 * *agbp should be set to NULL on the first call, *alloc_done set to FALSE.
93 struct xfs_buf **agbp, /* buf for a.g. inode header */
H A Dxfs_btree.h160 struct xfs_buf *agbp; /* agf buffer pointer */ member in struct:xfs_btree_cur::__anon7718::__anon7719
174 struct xfs_buf *agbp; /* agi buffer pointer */ member in struct:xfs_btree_cur::__anon7718::__anon7721
325 struct xfs_buf *agbp, /* (A only) buffer for agf structure */
H A Dxfs_alloc_btree.c181 agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp);
204 xfs_alloc_log_agf(cur->bc_tp, cur->bc_private.a.agbp,
230 cur->bc_private.a.agbp, NULL, bno)))
250 xfs_alloc_log_agf(cur->bc_tp, cur->bc_private.a.agbp,
552 if ((error = xfs_alloc_put_freelist(cur->bc_tp, cur->bc_private.a.agbp,
806 agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp);
819 xfs_alloc_log_agf(cur->bc_tp, cur->bc_private.a.agbp,
926 agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp);
966 agf = XFS_BUF_TO_AGF(cur->bc_private.a.agbp);
1323 if ((error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_private.a.agbp,
[all...]
H A Dxfs_ialloc_btree.c65 xfs_buf_t *agbp; /* buffer for a.g. inode header */ local
184 agbp = cur->bc_private.i.agbp;
185 agi = XFS_BUF_TO_AGI(agbp);
200 xfs_ialloc_log_agi(cur->bc_tp, agbp,
857 agi = XFS_BUF_TO_AGI(cur->bc_private.i.agbp);
1210 agi = XFS_BUF_TO_AGI(cur->bc_private.i.agbp);
1236 xfs_ialloc_log_agi(args.tp, cur->bc_private.i.agbp,

Completed in 127 milliseconds