tag | line | file | source code |
---|---|---|---|
b_wait | 120 | fs/buffer.c | add_wait_queue(&bh->b_wait, &wait); |
b_wait | 127 | fs/buffer.c | remove_wait_queue(&bh->b_wait, &wait); |
b_wait | 946 | fs/buffer.c | wait = ((volatile struct buffer_head *) bh)->b_wait; |
b_wait | 948 | fs/buffer.c | ((volatile struct buffer_head *) bh)->b_wait = wait; |
b_wait | 1325 | fs/buffer.c | buffer_dirty(tmp) || buffer_locked(tmp) || tmp->b_wait) |
b_wait | 146 | include/linux/fs.h | struct wait_queue * b_wait; |
b_wait | 25 | include/linux/locks.h | wake_up(&bh->b_wait); |