Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ag.c778 struct xfs_buf *agibp, *agfbp; in xfs_ag_shrink_space() local
785 error = xfs_ialloc_read_agi(mp, *tpp, agno, &agibp); in xfs_ag_shrink_space()
789 agi = agibp->b_addr; in xfs_ag_shrink_space()
809 error = xfs_ialloc_check_shrink(*tpp, agno, agibp, aglen - delta); in xfs_ag_shrink_space()
817 error = xfs_ag_resv_free(agibp->b_pag); in xfs_ag_shrink_space()
846 err2 = xfs_ag_resv_init(agibp->b_pag, *tpp); in xfs_ag_shrink_space()
867 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space()
871 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()
2942 struct xfs_buf *agibp, in xfs_ialloc_check_shrink() argument
2957 cur = xfs_inobt_init_cursor(mp, tp, agibp, pag, XFS_BTNUM_INO); in xfs_ialloc_check_shrink()
/Linux-v5.15/fs/xfs/
Dxfs_log_recover.c2663 struct xfs_buf *agibp; in xlog_recover_clear_agi_bucket() local
2671 error = xfs_read_agi(mp, tp, agno, &agibp); in xlog_recover_clear_agi_bucket()
2675 agi = agibp->b_addr; in xlog_recover_clear_agi_bucket()
2679 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket()
2777 struct xfs_buf *agibp; in xlog_recover_process_iunlinks() local
2783 error = xfs_read_agi(mp, NULL, pag->pag_agno, &agibp); in xlog_recover_process_iunlinks()
2802 agi = agibp->b_addr; in xlog_recover_process_iunlinks()
2803 xfs_buf_unlock(agibp); in xlog_recover_process_iunlinks()
2813 xfs_buf_rele(agibp); in xlog_recover_process_iunlinks()
3528 struct xfs_buf *agibp; in xlog_recover_check_summary() local
[all …]
Dxfs_inode.c2035 struct xfs_buf *agibp, in xfs_iunlink_update_bucket() argument
2039 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_update_bucket()
2055 xfs_buf_mark_corrupt(agibp); in xfs_iunlink_update_bucket()
2062 xfs_trans_log_buf(tp, agibp, offset, offset + sizeof(xfs_agino_t) - 1); in xfs_iunlink_update_bucket()
2165 struct xfs_buf *agibp; in xfs_iunlink() local
2178 error = xfs_read_agi(mp, tp, pag->pag_agno, &agibp); in xfs_iunlink()
2181 agi = agibp->b_addr; in xfs_iunlink()
2191 xfs_buf_mark_corrupt(agibp); in xfs_iunlink()
2219 error = xfs_iunlink_update_bucket(tp, pag, agibp, bucket_index, agino); in xfs_iunlink()
2351 struct xfs_buf *agibp; in xfs_iunlink_remove() local
[all …]