Home
last modified time | relevance | path

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

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