Home
last modified time | relevance | path

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

/freebsd/sys/fs/cuse/
H A Dcuse.c186 static int cuse_alloc_unit_id[CUSE_DEVICES_MAX]; variable
1037 if ((cuse_alloc_unit_id[n] ^ id) & CUSE_ID_MASK) in cuse_alloc_unit_by_id_locked()
1039 if ((cuse_alloc_unit_id[n] & ~CUSE_ID_MASK) == x) { in cuse_alloc_unit_by_id_locked()
1051 cuse_alloc_unit_id[n] = id | x; in cuse_alloc_unit_by_id_locked()
1086 if (cuse_alloc_unit_id[n] == id || id == -1) { in cuse_free_unit_by_id_locked()
1088 cuse_alloc_unit_id[n] = 0; in cuse_free_unit_by_id_locked()