Searched refs:bc_blkno (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/boot/common/
H A Dbcache.c55 daddr_t bc_blkno; member in struct:bcachectl
119 bcache_ctl[i].bc_blkno = -1;
275 if (bcache_ctl[i].bc_blkno == blkno) {
288 bcache_ctl[cand].bc_blkno = blkno;
308 if ((bcache_ctl[i].bc_blkno == blkno) && ((bcache_ctl[i].bc_stamp + BCACHE_TIMEOUT) >= now)) {
325 if (bcache_ctl[i].bc_blkno == blkno) {
327 bcache_ctl[i].bc_blkno = -1;
342 printf("%08jx %04x %04x|", (uintmax_t)bcache_ctl[i].bc_blkno, (unsigned int)bcache_ctl[i].bc_stamp & 0xffff, bcache_ctl[i].bc_count & 0xffff);
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_buf_item.h129 xfs_daddr_t bc_blkno; member in struct:xfs_buf_cancel
H A Dxfs_log_recover.c1626 bcp->bc_blkno = blkno;
1642 if (nextp->bc_blkno == blkno && nextp->bc_len == len) {
1652 bcp->bc_blkno = blkno;
1710 if (bcp->bc_blkno == blkno && bcp->bc_len == len) {

Completed in 110 milliseconds