• Home
  • Raw
  • Download

Lines Matching refs:bp

85 	struct xfs_buf			*bp)  in xfs_attr3_leaf_inactive()  argument
88 struct xfs_mount *mp = bp->b_mount; in xfs_attr3_leaf_inactive()
89 struct xfs_attr_leafblock *leaf = bp->b_addr; in xfs_attr3_leaf_inactive()
120 xfs_trans_brelse(*trans, bp); in xfs_attr3_leaf_inactive()
133 struct xfs_buf *bp, in xfs_attr3_node_inactive() argument
148 xfs_buf_mark_corrupt(bp); in xfs_attr3_node_inactive()
149 xfs_trans_brelse(*trans, bp); /* no locks for later trans */ in xfs_attr3_node_inactive()
153 xfs_da3_node_hdr_from_disk(dp->i_mount, &ichdr, bp->b_addr); in xfs_attr3_node_inactive()
154 parent_blkno = bp->b_bn; in xfs_attr3_node_inactive()
156 xfs_trans_brelse(*trans, bp); in xfs_attr3_node_inactive()
160 xfs_trans_brelse(*trans, bp); /* no locks for later trans */ in xfs_attr3_node_inactive()
214 error = bp->b_error; in xfs_attr3_node_inactive()
229 parent_blkno, &bp, XFS_ATTR_FORK); in xfs_attr3_node_inactive()
233 bp->b_addr); in xfs_attr3_node_inactive()
235 xfs_trans_brelse(*trans, bp); in xfs_attr3_node_inactive()
261 struct xfs_buf *bp; in xfs_attr3_root_inactive() local
271 error = xfs_da3_node_read(*trans, dp, 0, &bp, XFS_ATTR_FORK); in xfs_attr3_root_inactive()
274 blkno = bp->b_bn; in xfs_attr3_root_inactive()
280 info = bp->b_addr; in xfs_attr3_root_inactive()
284 error = xfs_attr3_node_inactive(trans, dp, bp, 1); in xfs_attr3_root_inactive()
288 error = xfs_attr3_leaf_inactive(trans, dp, bp); in xfs_attr3_root_inactive()
292 xfs_buf_mark_corrupt(bp); in xfs_attr3_root_inactive()
293 xfs_trans_brelse(*trans, bp); in xfs_attr3_root_inactive()
303 XFS_FSB_TO_BB(mp, mp->m_attr_geo->fsbcount), 0, &bp); in xfs_attr3_root_inactive()
306 error = bp->b_error; in xfs_attr3_root_inactive()
308 xfs_trans_brelse(*trans, bp); in xfs_attr3_root_inactive()
311 xfs_trans_binval(*trans, bp); /* remove from cache */ in xfs_attr3_root_inactive()