Home
last modified time | relevance | path

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

/linux-4.19.296/fs/fuse/
Dfuse_i.h508 struct list_head bg_queue; member
Ddev.c361 !list_empty(&fc->bg_queue)) { in flush_bg_queue()
365 req = list_entry(fc->bg_queue.next, struct fuse_req, list); in flush_bg_queue()
608 list_add_tail(&req->list, &fc->bg_queue); in fuse_request_send_background_locked()
Dinode.c621 INIT_LIST_HEAD(&fc->bg_queue); in fuse_conn_init()