Searched refs:agibp (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_inode_util.c | 437 struct xfs_buf *agibp, in xfs_iunlink_update_bucket() argument 441 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_update_bucket() 457 xfs_buf_mark_corrupt(agibp); in xfs_iunlink_update_bucket() 473 struct xfs_buf *agibp, in xfs_iunlink_insert_inode() argument 477 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_insert_inode() 491 xfs_buf_mark_corrupt(agibp); in xfs_iunlink_insert_inode() 536 struct xfs_buf *agibp; in xfs_iunlink() local 546 error = xfs_read_agi(pag, tp, 0, &agibp); in xfs_iunlink() 560 struct xfs_buf *agibp, in xfs_iunlink_remove_inode() argument 564 struct xfs_agi *agi = agibp->b_addr; in xfs_iunlink_remove_inode() [all …]
|
| H A D | xfs_ag.c | 755 struct xfs_buf *agibp, *agfbp; in xfs_ag_shrink_space() local 762 error = xfs_ialloc_read_agi(pag, *tpp, 0, &agibp); in xfs_ag_shrink_space() 766 agi = agibp->b_addr; in xfs_ag_shrink_space() 786 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta); in xfs_ag_shrink_space() 815 xfs_trans_bhold(*tpp, agibp); in xfs_ag_shrink_space() 820 xfs_trans_bjoin(*tpp, agibp); in xfs_ag_shrink_space() 861 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH); in xfs_ag_shrink_space()
|
| H A D | xfs_ialloc.h | 116 struct xfs_buf *agibp, xfs_agblock_t new_length);
|
| H A D | xfs_ialloc.c | 1685 struct xfs_buf *agibp) in xfs_dialloc_roll() argument 1695 xfs_trans_bhold(tp, agibp); in xfs_dialloc_roll() 1715 xfs_trans_bjoin(tp, agibp); in xfs_dialloc_roll() 2785 struct xfs_buf *agibp; in xfs_ialloc_read_agi() local 2793 &agibp); in xfs_ialloc_read_agi() 2797 agi = agibp->b_addr; in xfs_ialloc_read_agi() 2811 *agibpp = agibp; in xfs_ialloc_read_agi() 2813 xfs_trans_brelse(tp, agibp); in xfs_ialloc_read_agi() 3139 struct xfs_buf *agibp, in xfs_ialloc_check_shrink() argument 3151 cur = xfs_inobt_init_cursor(pag, tp, agibp); in xfs_ialloc_check_shrink()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_log_recover.c | 2689 struct xfs_buf *agibp; in xlog_recover_clear_agi_bucket() local 2697 error = xfs_read_agi(pag, tp, 0, &agibp); in xlog_recover_clear_agi_bucket() 2701 agi = agibp->b_addr; in xlog_recover_clear_agi_bucket() 2705 xfs_trans_log_buf(tp, agibp, offset, in xlog_recover_clear_agi_bucket() 2808 struct xfs_buf *agibp; in xlog_recover_iunlink_ag() local 2812 error = xfs_read_agi(pag, NULL, 0, &agibp); in xlog_recover_iunlink_ag() 2831 agi = agibp->b_addr; in xlog_recover_iunlink_ag() 2832 xfs_buf_unlock(agibp); in xlog_recover_iunlink_ag() 2847 xfs_buf_rele(agibp); in xlog_recover_iunlink_ag()
|
| H A D | xfs_inode.c | 1527 struct xfs_buf *agibp, in xfs_iunlink_reload_next() argument 1531 struct xfs_perag *pag = agibp->b_pag; in xfs_iunlink_reload_next() 2847 struct xfs_buf *agibp; in xfs_inode_reload_unlinked_bucket() local 2859 error = xfs_ialloc_read_agi(pag, tp, 0, &agibp); in xfs_inode_reload_unlinked_bucket() 2875 agi = agibp->b_addr; in xfs_inode_reload_unlinked_bucket() 2902 error = xfs_iunlink_reload_next(tp, agibp, prev_agino, in xfs_inode_reload_unlinked_bucket() 2922 xfs_trans_brelse(tp, agibp); in xfs_inode_reload_unlinked_bucket()
|
| H A D | xfs_inode.h | 649 int xfs_iunlink_reload_next(struct xfs_trans *tp, struct xfs_buf *agibp,
|