Searched refs:src_bp (Results 1 – 3 of 3) sorted by relevance
35 #define BYTE_COPY_FWD(dst_bp, src_bp, nbytes) \ argument39 unsigned char __x = ((unsigned char *) src_bp)[0]; \40 src_bp += 1; \53 #define WORD_COPY_FWD(dst_bp, src_bp, nbytes_left, nbytes) \ argument55 if (src_bp % OPSIZ == 0) \56 _wordcopy_fwd_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\58 _wordcopy_fwd_dest_aligned(dst_bp, src_bp, (nbytes) / OPSIZ);\59 src_bp += (nbytes) & -OPSIZ; \
716 struct xfs_buf *src_bp) in xfs_trans_buf_copy_type() argument718 struct xfs_buf_log_item *sbip = src_bp->b_log_item; in xfs_trans_buf_copy_type()
246 struct xfs_buf *src_bp);