Home
last modified time | relevance | path

Searched refs:idmap_wq (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/fs/nfs/
Didmap.c334 wait_queue_head_t idmap_wq; member
378 init_waitqueue_head(&idmap->idmap_wq); in nfs_idmap_new()
513 add_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_id()
515 remove_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_id()
523 remove_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_id()
573 add_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_name()
576 remove_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_name()
584 remove_wait_queue(&idmap->idmap_wq, &wq); in nfs_idmap_name()
645 wake_up(&idmap->idmap_wq); in idmap_pipe_downcall()
675 wake_up(&idmap->idmap_wq); in idmap_pipe_downcall()
[all …]