Home
last modified time | relevance | path

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

/fs/ecryptfs/
Dkthread.c35 struct list_head req_list; member
58 (!list_empty(&ecryptfs_kthread_ctl.req_list) in ecryptfs_threadfn()
65 while (!list_empty(&ecryptfs_kthread_ctl.req_list)) { in ecryptfs_threadfn()
66 req = list_first_entry(&ecryptfs_kthread_ctl.req_list, in ecryptfs_threadfn()
94 INIT_LIST_HEAD(&ecryptfs_kthread_ctl.req_list); in ecryptfs_init_kthread()
111 list_for_each_entry(req, &ecryptfs_kthread_ctl.req_list, in ecryptfs_destroy_kthread()
170 list_add_tail(&req->kthread_ctl_list, &ecryptfs_kthread_ctl.req_list); in ecryptfs_privileged_open()