Searched refs:bh_next (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dscsi_queue.c134 cmd->bh_next = NULL;
H A Dscsi_error.c700 SCpnt->bh_next = *SClist;
1684 SCdone = SCpnt->bh_next;
1685 SCpnt->bh_next = NULL;
H A Dscsi.h704 struct scsi_cmnd *bh_next; /* To enumerate the commands waiting member in struct:scsi_cmnd
H A Dscsi.c1162 SCpnt->bh_next = NULL;
1183 scsi_bh_queue_tail->bh_next = SCpnt;
1233 SCnext = SCpnt->bh_next;
1236 SCnext = SCpnt->bh_next;
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/
H A Dbuffer.c666 struct buffer_head * bh, * bh_next; local
676 for (i = nr_buffers_type[nlist]; i > 0 ; bh = bh_next, i--) {
677 bh_next = bh->b_next_free;

Completed in 198 milliseconds