Lines Matching refs:agbp
200 struct xfs_buf *agbp,
210 cur = xfs_inobt_init_cursor(pag, tp, agbp, btnum);
544 struct xfs_buf *agbp,
555 cur = xfs_inobt_init_cursor(pag, tp, agbp, btnum);
630 * Allocate new inodes in the allocation group specified by agbp. Returns 0 if
639 struct xfs_buf *agbp)
683 agi = agbp->b_addr;
855 error = xfs_inobt_insert_sprec(pag, tp, agbp,
880 error = xfs_inobt_insert_sprec(pag, tp, agbp,
887 error = xfs_inobt_insert(pag, tp, agbp, newino, newlen,
893 error = xfs_inobt_insert(pag, tp, agbp, newino,
912 xfs_ialloc_log_agi(tp, agbp,
1007 struct xfs_buf *agbp,
1012 struct xfs_agi *agi = agbp->b_addr;
1028 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO);
1253 xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT);
1455 struct xfs_buf *agbp,
1460 struct xfs_agi *agi = agbp->b_addr;
1472 return xfs_dialloc_ag_inobt(pag, tp, agbp, parent, inop);
1481 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_FINO);
1524 icur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO);
1539 xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT);
1682 struct xfs_buf *agbp;
1690 error = xfs_ialloc_read_agi(pag, *tpp, &agbp);
1700 error = xfs_ialloc_ag_alloc(pag, *tpp, agbp);
1710 error = xfs_dialloc_roll(tpp, agbp);
1716 error = xfs_dialloc_ag(pag, *tpp, agbp, parent, &ino);
1722 xfs_trans_brelse(*tpp, agbp);
1920 struct xfs_buf *agbp,
1926 struct xfs_agi *agi = agbp->b_addr;
1940 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO);
2000 xfs_ialloc_log_agi(tp, agbp, XFS_AGI_COUNT | XFS_AGI_FREECOUNT);
2029 xfs_ialloc_log_agi(tp, agbp, XFS_AGI_FREECOUNT);
2054 struct xfs_buf *agbp,
2065 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_FINO);
2169 struct xfs_buf *agbp; /* buffer for allocation group header */
2202 error = xfs_ialloc_read_agi(pag, tp, &agbp);
2212 error = xfs_difree_inobt(pag, tp, agbp, agino, xic, &rec);
2220 error = xfs_difree_finobt(pag, tp, agbp, agino, &rec);
2244 struct xfs_buf *agbp;
2248 error = xfs_ialloc_read_agi(pag, tp, &agbp);
2262 cur = xfs_inobt_init_cursor(pag, tp, agbp, XFS_BTNUM_INO);
2271 xfs_trans_brelse(tp, agbp);