Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse.c185 static struct cuse_server *cuse_alloc_unit[CUSE_DEVICES_MAX]; variable
1036 if (cuse_alloc_unit[n] != NULL) { in cuse_alloc_unit_by_id_locked()
1049 if (cuse_alloc_unit[n] == NULL) { in cuse_alloc_unit_by_id_locked()
1050 cuse_alloc_unit[n] = pcs; in cuse_alloc_unit_by_id_locked()
1085 if (cuse_alloc_unit[n] == pcs) { in cuse_free_unit_by_id_locked()
1087 cuse_alloc_unit[n] = NULL; in cuse_free_unit_by_id_locked()