| tag | line | file | source code |
|---|---|---|---|
| fat_wait | 182 | fs/msdos/inode.c | MSDOS_SB(s)->fat_wait = NULL; |
| fat_wait | 67 | fs/msdos/misc.c | while (MSDOS_SB(sb)->fat_lock) sleep_on(&MSDOS_SB(sb)->fat_wait); |
| fat_wait | 75 | fs/msdos/misc.c | wake_up(&MSDOS_SB(sb)->fat_wait); |
| fat_wait | 16 | include/linux/msdos_fs_sb.h | struct wait_queue *fat_wait; |