CUSE_CONNTBL_LEN   69 fs/fuse/cuse.c static struct list_head cuse_conntbl[CUSE_CONNTBL_LEN];
CUSE_CONNTBL_LEN   79 fs/fuse/cuse.c 	return &cuse_conntbl[(MAJOR(devt) + MINOR(devt)) % CUSE_CONNTBL_LEN];
CUSE_CONNTBL_LEN  373 fs/fuse/cuse.c 	for (i = 0; i < CUSE_CONNTBL_LEN; ++i) {
CUSE_CONNTBL_LEN  619 fs/fuse/cuse.c 	for (i = 0; i < CUSE_CONNTBL_LEN; i++)