tag | line | file | source code |
---|---|---|---|
s_wait | 189 | fs/super.c | add_wait_queue(&sb->s_wait, &wait); |
s_wait | 196 | fs/super.c | remove_wait_queue(&sb->s_wait, &wait); |
s_wait | 312 | include/linux/fs.h | struct wait_queue * s_wait; |
s_wait | 52 | include/linux/locks.h | wake_up(&sb->s_wait); |