tag | line | file | source code |
---|---|---|---|
b_wait | 115 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
b_wait | 122 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
b_wait | 887 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
b_wait | 889 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
b_wait | 1236 | fs/buffer.c | if (tmp->b_count || tmp->b_dirt || tmp->b_lock || tmp->b_wait) |
b_wait | 146 | include/linux/fs.h | struct wait_queue * b_wait; |
b_wait | 26 | include/linux/locks.h | wake_up(&bh->b_wait); |