Home
last modified time | relevance | path

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

/fs/fuse/
Dcuse.c67 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN]; variable
77 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
368 list_for_each_entry(pos, &cuse_conntbl[i], list) in cuse_process_init_reply()
600 INIT_LIST_HEAD(&cuse_conntbl[i]); in cuse_init()