Home
last modified time | relevance | path

Searched refs:bcp (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_buf_item_recover.c58 struct xfs_buf_cancel *bcp; in xlog_find_buffer_cancelled() local
64 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() local
87 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 …]
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2l-clocks.dtsi208 clock-output-names = "bcp";
H A Dkeystone-k2hk-clocks.dtsi387 clock-output-names = "bcp";