Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dcuse.c70 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN]; variable
80 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
376 list_for_each_entry(pos, &cuse_conntbl[i], list) in cuse_process_init_reply()
615 INIT_LIST_HEAD(&cuse_conntbl[i]); in cuse_init()