Lines Matching defs:blkno
40 xfs_daddr_t blkno,
49 bucket = XLOG_BUF_CANCEL_BUCKET(log, blkno);
51 if (bcp->bc_blkno == blkno && bcp->bc_len == len)
61 xfs_daddr_t blkno,
73 bcp = xlog_find_buffer_cancelled(log, blkno, len);
80 bcp->bc_blkno = blkno;
83 list_add_tail(&bcp->bc_list, XLOG_BUF_CANCEL_BUCKET(log, blkno));
88 * Check if there is and entry for blkno, len in the buffer cancel record table.
93 xfs_daddr_t blkno,
96 return xlog_find_buffer_cancelled(log, blkno, len) != NULL;
100 * Check if there is and entry for blkno, len in the buffer cancel record table,
110 xfs_daddr_t blkno,
115 bcp = xlog_find_buffer_cancelled(log, blkno, len);