Searched refs:bcp (Results 1 – 3 of 3) sorted by relevance
58 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local64 list_for_each_entry(bcp, bucket, bc_list) { in xlog_find_buffer_cancelled()65 if (bcp->bc_blkno == blkno && bcp->bc_len == len) in xlog_find_buffer_cancelled()66 return bcp; in xlog_find_buffer_cancelled()78 struct xfs_buf_cancel *bcp; in xlog_add_buffer_cancelled() local87 bcp = xlog_find_buffer_cancelled(log, blkno, len); in xlog_add_buffer_cancelled()88 if (bcp) { in xlog_add_buffer_cancelled()89 bcp->bc_refcount++; in xlog_add_buffer_cancelled()93 bcp = kmalloc_obj(struct xfs_buf_cancel, GFP_KERNEL | __GFP_NOFAIL); in xlog_add_buffer_cancelled()94 bcp->bc_blkno = blkno; in xlog_add_buffer_cancelled()[all …]
208 clock-output-names = "bcp";
387 clock-output-names = "bcp";