Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Ddev.c260 !list_empty(&fc->bg_queue)) { in flush_bg_queue()
263 req = list_first_entry(&fc->bg_queue, struct fuse_req, list); in flush_bg_queue()
541 list_add_tail(&req->list, &fc->bg_queue); in fuse_request_queue_background()
H A Dfuse_i.h619 struct list_head bg_queue; member
H A Dinode.c931 INIT_LIST_HEAD(&fc->bg_queue); in fuse_conn_init()