Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dcuse.c78 static struct list_head *cuse_conntbl_head(dev_t devt) in cuse_conntbl_head() function
122 list_for_each_entry(pos, cuse_conntbl_head(devt), list) in cuse_open()
402 list_add(&cc->list, cuse_conntbl_head(devt)); in cuse_process_init_reply()