child_bp          203 fs/xfs/xfs_attr_inactive.c 	struct xfs_buf *child_bp;
child_bp          238 fs/xfs/xfs_attr_inactive.c 		error = xfs_da3_node_read(*trans, dp, child_fsb, -1, &child_bp,
child_bp          244 fs/xfs/xfs_attr_inactive.c 		child_blkno = XFS_BUF_ADDR(child_bp);
child_bp          249 fs/xfs/xfs_attr_inactive.c 		info = child_bp->b_addr;
child_bp          253 fs/xfs/xfs_attr_inactive.c 			error = xfs_attr3_node_inactive(trans, dp, child_bp,
child_bp          258 fs/xfs/xfs_attr_inactive.c 			error = xfs_attr3_leaf_inactive(trans, dp, child_bp);
child_bp          262 fs/xfs/xfs_attr_inactive.c 			xfs_trans_brelse(*trans, child_bp);
child_bp          271 fs/xfs/xfs_attr_inactive.c 		error = xfs_da_get_buf(*trans, dp, 0, child_blkno, &child_bp,
child_bp          275 fs/xfs/xfs_attr_inactive.c 		xfs_trans_binval(*trans, child_bp);