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

/linux-master/fs/xfs/
H A Dxfs_inode.c2000 struct xfs_buf *agibp,
2004 struct xfs_agi *agi = agibp->b_addr;
2020 xfs_buf_mark_corrupt(agibp);
2028 xfs_trans_log_buf(tp, agibp, offset, offset + sizeof(xfs_agino_t) - 1);
2040 struct xfs_buf *agibp,
2044 struct xfs_perag *pag = agibp->b_pag;
2097 struct xfs_buf *agibp,
2101 struct xfs_agi *agi = agibp->b_addr;
2115 xfs_buf_mark_corrupt(agibp);
2126 error = xfs_iunlink_reload_next(tp, agibp, agin
1997 xfs_iunlink_update_bucket( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, unsigned int bucket_index, xfs_agino_t new_agino) argument
2038 xfs_iunlink_reload_next( struct xfs_trans *tp, struct xfs_buf *agibp, xfs_agino_t prev_agino, xfs_agino_t next_agino) argument
2094 xfs_iunlink_insert_inode( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, struct xfs_inode *ip) argument
2160 struct xfs_buf *agibp; local
2181 xfs_iunlink_remove_inode( struct xfs_trans *tp, struct xfs_perag *pag, struct xfs_buf *agibp, struct xfs_inode *ip) argument
2261 struct xfs_buf *agibp; local
3805 struct xfs_buf *agibp; local
[all...]
H A Dxfs_log_recover.c2651 struct xfs_buf *agibp; local
2659 error = xfs_read_agi(pag, tp, &agibp);
2663 agi = agibp->b_addr;
2667 xfs_trans_log_buf(tp, agibp, offset,
2716 * serialised with the agibp lock, but that just
2771 struct xfs_buf *agibp; local
2775 error = xfs_read_agi(pag, NULL, &agibp);
2794 agi = agibp->b_addr;
2795 xfs_buf_unlock(agibp);
2810 xfs_buf_rele(agibp);
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc.h113 struct xfs_buf *agibp, xfs_agblock_t new_length);
H A Dxfs_ag.c927 struct xfs_buf *agibp, *agfbp; local
934 error = xfs_ialloc_read_agi(pag, *tpp, &agibp);
938 agi = agibp->b_addr;
958 error = xfs_ialloc_check_shrink(pag, *tpp, agibp, aglen - delta);
989 xfs_trans_bhold(*tpp, agibp);
994 xfs_trans_bjoin(*tpp, agibp);
1035 xfs_ialloc_log_agi(*tpp, agibp, XFS_AGI_LENGTH);
H A Dxfs_ialloc.c1647 struct xfs_buf *agibp)
1654 * Hold to on to the agibp across the commit so no other allocation can
1657 xfs_trans_bhold(tp, agibp);
1677 xfs_trans_bjoin(tp, agibp);
2709 struct xfs_buf *agibp; local
2715 error = xfs_read_agi(pag, tp, &agibp);
2719 agi = agibp->b_addr;
2733 *agibpp = agibp;
2735 xfs_trans_brelse(tp, agibp);
3056 struct xfs_buf *agibp,
1645 xfs_dialloc_roll( struct xfs_trans **tpp, struct xfs_buf *agibp) argument
3053 xfs_ialloc_check_shrink( struct xfs_perag *pag, struct xfs_trans *tp, struct xfs_buf *agibp, xfs_agblock_t new_length) argument
[all...]

Completed in 124 milliseconds