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
1038 if (cuse_alloc_unit[n] != NULL) { in cuse_alloc_unit_by_id_locked()
1051 if (cuse_alloc_unit[n] == NULL) { in cuse_alloc_unit_by_id_locked()
1052 cuse_alloc_unit[n] = pcs; in cuse_alloc_unit_by_id_locked()
1087 if (cuse_alloc_unit[n] == pcs) { in cuse_free_unit_by_id_locked()
1089 cuse_alloc_unit[n] = NULL; in cuse_free_unit_by_id_locked()