taglinefilesource code
creation_wait79fs/fat/misc.cstatic struct wait_queue *creation_wait = NULL;
creation_wait85fs/fat/misc.cwhile (creation_lock) sleep_on(&creation_wait);
creation_wait93fs/fat/misc.cwake_up(&creation_wait);