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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc_btree.c45 cur->bc_private.a.agbp, cur->bc_private.a.agno,
55 struct xfs_buf *agbp = cur->bc_private.a.agbp; local
56 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp);
68 xfs_alloc_log_agf(cur->bc_tp, agbp, XFS_AGF_ROOTS | XFS_AGF_LEVELS);
85 error = xfs_alloc_get_freelist(cur->bc_tp, cur->bc_private.a.agbp,
111 struct xfs_buf *agbp = cur->bc_private.a.agbp; local
112 struct xfs_agf *agf = XFS_BUF_TO_AGF(agbp);
117 error = xfs_alloc_put_freelist(cur->bc_tp, agbp, NUL
455 xfs_allocbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agnumber_t agno, xfs_btnum_t btnum) argument
[all...]
H A Dxfs_alloc.h84 struct xfs_buf *agbp; /* buffer for a.g. freelist header */ member in struct:xfs_alloc_arg
147 struct xfs_buf *agbp, /* buffer containing the agf structure */
176 struct xfs_buf *agbp, /* buffer for a.g. freelist header */
H A Dxfs_ialloc.c225 * Allocate new inodes in the allocation group specified by agbp.
231 xfs_buf_t *agbp, /* alloc group buffer */
264 agi = XFS_BUF_TO_AGI(agbp);
383 cur = xfs_inobt_init_cursor(args.mp, tp, agbp, agno);
407 xfs_ialloc_log_agi(tp, agbp,
444 xfs_buf_t *agbp; /* allocation group header buffer */ local
482 if (xfs_ialloc_read_agi(mp, tp, agno, &agbp)) {
483 agbp = NULL;
487 agbp = NULL;
500 if (agbp
229 xfs_ialloc_ag_alloc( xfs_trans_t *tp, xfs_buf_t *agbp, int *alloc) argument
642 xfs_buf_t *agbp; /* allocation group header's buffer */ local
1031 xfs_buf_t *agbp; /* buffer containing allocation group header */ local
1208 struct xfs_buf *agbp; local
[all...]
H A Dxfs_ialloc_btree.c53 cur->bc_private.a.agbp, cur->bc_private.a.agno);
62 struct xfs_buf *agbp = cur->bc_private.a.agbp; local
63 struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp);
67 xfs_ialloc_log_agi(cur->bc_tp, agbp, XFS_AGI_ROOT | XFS_AGI_LEVEL);
170 struct xfs_agi *agi = XFS_BUF_TO_AGI(cur->bc_private.a.agbp);
343 struct xfs_buf *agbp, /* buffer for agi structure */
346 struct xfs_agi *agi = XFS_BUF_TO_AGI(agbp);
359 cur->bc_private.a.agbp = agbp;
340 xfs_inobt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buf *agbp, xfs_agnumber_t agno) argument
[all...]
H A Dxfs_itable.c202 xfs_buf_t *agbp; /* agi header buffer */ local
275 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp);
284 agi = XFS_BUF_TO_AGI(agbp);
288 cur = xfs_inobt_init_cursor(mp, NULL, agbp, agno);
428 xfs_buf_relse(agbp);
621 xfs_buf_t *agbp; local
644 agbp = NULL;
646 if (agbp == NULL) {
647 error = xfs_ialloc_read_agi(mp, NULL, agno, &agbp);
654 agbp
[all...]
H A Dxfs_alloc.c286 agf = XFS_BUF_TO_AGF(args->agbp);
527 agf = XFS_BUF_TO_AGF(args->agbp);
534 xfs_alloc_log_agf(args->tp, args->agbp,
583 bno_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
639 cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
642 be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
701 cnt_cur = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
810 ASSERT(ltbno + ltlen <= be32_to_cpu(XFS_BUF_TO_AGF(args->agbp)->agf_length));
828 args->agbp, args->agno, XFS_BTNUM_BNO);
856 bno_cur_lt = xfs_allocbt_init_cursor(args->mp, args->tp, args->agbp,
1435 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
1759 xfs_buf_t *agbp; /* agf buffer pointer */ local
1931 xfs_alloc_get_freelist( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_agblock_t *bnop, int btreeblk) argument
2062 xfs_alloc_put_freelist( xfs_trans_t *tp, xfs_buf_t *agbp, xfs_buf_t *agflbp, xfs_agblock_t bno, int btreeblk) argument
[all...]
H A Dxfs_ialloc.h66 * available without an allocation, agbp would be set to the current
67 * agbp and alloc_done set to false.
68 * If an allocation needed to be done, agbp would be set to the
72 * the agbp value returned from the previous call.
78 * *agbp should be set to NULL on the first call, *alloc_done set to FALSE.
86 struct xfs_buf **agbp, /* buf for a.g. inode header */
H A Dxfs_btree.h258 struct xfs_buf *agbp; /* agf/agi buffer pointer */ member in struct:xfs_btree_cur::__anon17054::__anon17055
H A Dxfs_btree.c95 struct xfs_buf *agbp; /* buffer for ag. freespace struct */ local
100 agbp = cur->bc_private.a.agbp;
101 agf = XFS_BUF_TO_AGF(agbp);

Completed in 93 milliseconds