Home
last modified time | relevance | path

Searched refs:b_next (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/fs/lockd/
Dclntlock.c37 struct nlm_wait * b_next; /* linked list */ member
61 block.b_next = nlm_blocked; in nlmclnt_block()
77 for (head = &nlm_blocked; *head; head = &(*head)->b_next) { in nlmclnt_block()
79 *head = block.b_next; in nlmclnt_block()
111 for (block = nlm_blocked; block; block = block->b_next) { in nlmclnt_grant()
240 for (block = nlm_blocked; block; block = block->b_next) { in reclaimer()
Dsvclock.c68 bp = &b->b_next; in nlmsvc_insert_block()
71 bp = &b->b_next; in nlmsvc_insert_block()
75 block->b_next = b; in nlmsvc_insert_block()
89 for (bp = &nlm_blocked; (b = *bp); bp = &b->b_next) { in nlmsvc_remove_block()
91 *bp = block->b_next; in nlmsvc_remove_block()
114 for (head = &nlm_blocked; (block = *head); head = &block->b_next) { in nlmsvc_lookup_block()
123 *head = block->b_next; in nlmsvc_lookup_block()
150 for (block = nlm_blocked; block; block = block->b_next) { in nlmsvc_find_block()
484 for (bp = &nlm_blocked; (block = *bp); bp = &block->b_next) { in nlmsvc_notify_blocked()
/linux-2.4.37.9/drivers/net/
D82596.c229 struct i596_cmd *b_next; /* Address from i596 viewpoint */ member
265 struct i596_rfd *b_next; /* Address from i596 viewpoint */ member
276 struct i596_rbd *b_next; member
484 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data()
492 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data()
500 rbd, rbd->count, rbd->b_next, rbd->b_data, rbd->size); in i596_display_data()
547 rbd->b_next = WSWAPrbd(virt_to_bus(rbd+1)); in init_rx_bufs()
560 rbd->b_next = WSWAPrbd(virt_to_bus(lp->rbds)); in init_rx_bufs()
568 rfd->b_next = WSWAPrfd(virt_to_bus(rfd+1)); in init_rx_bufs()
578 rfd->b_next = WSWAPrfd(virt_to_bus(lp->rfds)); in init_rx_bufs()
[all …]
Dlasi_82596.c262 dma_addr_t b_next; /* Address from i596 viewpoint */ member
304 dma_addr_t b_next; /* Address from i596 viewpoint */ member
319 dma_addr_t b_next; member
511 cmd, cmd->status, cmd->command, cmd->b_next); in i596_display_data()
519 rfd, rfd->stat, rfd->cmd, rfd->b_next, rfd->rbd, in i596_display_data()
527 rbd, rbd->count, rbd->b_next, rbd->b_data, rbd->size); in i596_display_data()
569 rbd->b_next = WSWAPrbd(virt_to_dma(lp,rbd+1)); in init_rx_bufs()
579 rbd->b_next = WSWAPrbd(virt_to_dma(lp,lp->rbds)); in init_rx_bufs()
587 rfd->b_next = WSWAPrfd(virt_to_dma(lp,rfd+1)); in init_rx_bufs()
597 rfd->b_next = WSWAPrfd(virt_to_dma(lp,lp->rfds)); in init_rx_bufs()
[all …]
/linux-2.4.37.9/drivers/md/
Draid1.c72 conf->freebh = t->b_next; in raid1_alloc_bh()
73 t->b_next = bh; in raid1_alloc_bh()
84 t->b_next = bh; in raid1_alloc_bh()
105 bh=bh->b_next; in raid1_free_bh()
109 t->b_next= conf->freebh; in raid1_free_bh()
130 bh->b_next = conf->freebh; in raid1_grow_bh()
147 conf->freebh = bh->b_next; in raid1_shrink_bh()
688 bhl = mbh->b_next; in raid1_make_request()
689 mbh->b_next = NULL; in raid1_make_request()
710 mbh->b_next = r1_bh->mirror_bh_list; in raid1_make_request()
[all …]
/linux-2.4.37.9/drivers/block/
Dumem.c985 bh->b_next = bhlist; in mm_init_mem()
1009 bhactive = bh->b_next; in mm_init_mem()
1013 bh->b_next = bhlist; in mm_init_mem()
1018 bhlist = bh->b_next; in mm_init_mem()
1025 bh->b_next = bhactive; in mm_init_mem()
1030 bhactive = bh->b_next; in mm_init_mem()
1032 bh->b_next = bhlist; in mm_init_mem()
1041 bhlist = bh->b_next; in mm_init_mem()
/linux-2.4.37.9/include/linux/lockd/
Dlockd.h95 struct nlm_block * b_next; /* linked list (all blocks) */ member
/linux-2.4.37.9/mm/
Dhighmem.c424 bh->b_next = NULL; in create_bounce()
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_buf.c529 bh->b_next = pb_resv_bh; in _pagebuf_prealloc_bh()
569 pb_resv_bh = bh->b_next; in _pagebuf_get_prealloc_bh()
599 bh->b_next = pb_resv_bh; in _pagebuf_free_bh()
/linux-2.4.37.9/fs/
Dbuffer.c555 bh->b_next = next; in __insert_into_hash_list()
557 next->b_pprev = &bh->b_next; in __insert_into_hash_list()
564 struct buffer_head *next = bh->b_next; in __hash_unlink()
638 p = &bh->b_next; in get_hash_table()
/linux-2.4.37.9/fs/jbd/
Dtransaction.c1708 __FUNCTION__, bh->b_next, bh->b_blocknr, bh->b_list, in debug_page()
/linux-2.4.37.9/include/linux/
Dfs.h248 struct buffer_head *b_next; /* Hash queue list */ member