Home
last modified time | relevance | path

Searched refs:agibp (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_ag.c779 struct xfs_buf *agibp, *agfbp; in xfs_ag_shrink_space() local
786 error = xfs_ialloc_read_agi(mp, *tpp, agno, &agibp); in xfs_ag_shrink_space()
790 agi = agibp->b_addr; in xfs_ag_shrink_space()
810 error = xfs_ialloc_check_shrink(*tpp, agno, agibp, aglen - delta); in xfs_ag_shrink_space()
818 error = xfs_ag_resv_free(agibp->b_pag); in xfs_ag_shrink_space()
847 err2 = xfs_ag_resv_init(agibp->b_pag, *tpp); in xfs_ag_shrink_space()
868 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space()
872 err2 = xfs_ag_resv_init(agibp->b_pag, *tpp); in xfs_ag_shrink_space()
Dxfs_ialloc.h127 struct xfs_buf *agibp, xfs_agblock_t new_length);
Dxfs_ialloc.c1545 struct xfs_buf *agibp) in xfs_dialloc_roll() argument
1555 xfs_trans_bhold(tp, agibp); in xfs_dialloc_roll()
1575 xfs_trans_bjoin(tp, agibp); in xfs_dialloc_roll()
2945 struct xfs_buf *agibp, in xfs_ialloc_check_shrink() argument
2960 cur = xfs_inobt_init_cursor(mp, tp, agibp, pag, XFS_BTNUM_INO); in xfs_ialloc_check_shrink()
/linux-5.19.10/fs/xfs/
Dxfs_inode.c2003 struct xfs_buf *agibp, in xfs_iunlink_update_bucket() argument
2007 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_update_bucket()
2023 xfs_buf_mark_corrupt(agibp); in xfs_iunlink_update_bucket()
2030 xfs_trans_log_buf(tp, agibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_update_bucket()
2133 struct xfs_buf *agibp; in xfs_iunlink() local
2146 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink()
2149 agi = agibp->b_addr; in xfs_iunlink()
2159 xfs_buf_mark_corrupt(agibp); in xfs_iunlink()
2187 error = xfs_iunlink_update_bucket(tp, pag, agibp, bucket_index, agino); in xfs_iunlink()
2319 struct xfs_buf *agibp; in xfs_iunlink_remove() local
[all …]
Dxfs_log_recover.c2638 struct xfs_buf *agibp; in xlog_recover_clear_agi_bucket() local
2646 error = xfs_read_agi(mp, tp, agno, &agibp); in xlog_recover_clear_agi_bucket()
2650 agi = agibp->b_addr; in xlog_recover_clear_agi_bucket()
2654 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()
2752 struct xfs_buf *agibp; in xlog_recover_process_iunlinks() local
2758 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_process_iunlinks()
2777 agi = agibp->b_addr; in xlog_recover_process_iunlinks()
2778 xfs_buf_unlock(agibp); in xlog_recover_process_iunlinks()
2788 xfs_buf_rele(agibp); in xlog_recover_process_iunlinks()