Searched refs:bp1 (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-io.c381 struct pvr2_buffer *bp1; local
383 bp1 = list_entry(lp, struct pvr2_buffer, list_overhead);
384 pvr2_buffer_wipe(bp1);
390 if (bp1->state != pvr2_buffer_state_queued) continue;
391 pvr2_buffer_set_idle(bp1);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c1146 struct xfs_buf *bp1 = NULL; local
1161 error = xfs_attr3_leaf_read(args->trans, dp, 0, &bp1);
1172 xfs_da_buf_copy(bp2, bp1, args->geo->blksize);
1178 error = xfs_da3_node_create(args, 0, 1, &bp1, XFS_ATTR_FORK);
1181 node = bp1->b_addr;
1193 xfs_trans_log_buf(args->trans, bp1, 0, args->geo->blksize - 1);
2825 struct xfs_buf *bp1; local
2841 error = xfs_attr3_leaf_read(args->trans, args->dp, args->blkno, &bp1);
2854 bp2 = bp1;
2857 leaf1 = bp1
[all...]

Completed in 220 milliseconds