Home
last modified time | relevance | path

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

/openbmc/linux/fs/fuse/
H A Dcuse.c56 #define CUSE_CONNTBL_LEN 64 macro
70 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
80 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
375 for (i = 0; i < CUSE_CONNTBL_LEN; ++i) { in cuse_process_init_reply()
614 for (i = 0; i < CUSE_CONNTBL_LEN; i++) in cuse_init()