Home
last modified time | relevance | path

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

/linux-4.1.27/fs/fuse/
Dcuse.c54 #define CUSE_CONNTBL_LEN 64 macro
67 static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
77 return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN]; in cuse_conntbl_head()
363 for (i = 0; i < CUSE_CONNTBL_LEN; ++i) { in cuse_process_init_reply()
601 for (i = 0; i < CUSE_CONNTBL_LEN; i++) in cuse_init()