Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/cuse/
H A Dcuse.c170 static int cuse_alloc_unit_id[CUSE_DEVICES_MAX]; variable
973 if ((cuse_alloc_unit_id[n] ^ id) & CUSE_ID_MASK) in cuse_alloc_unit_by_id_locked()
975 if ((cuse_alloc_unit_id[n] & ~CUSE_ID_MASK) == x) { in cuse_alloc_unit_by_id_locked()
987 cuse_alloc_unit_id[n] = id | x; in cuse_alloc_unit_by_id_locked()
1022 if (cuse_alloc_unit_id[n] == id || id == -1) { in cuse_free_unit_by_id_locked()
1024 cuse_alloc_unit_id[n] = 0; in cuse_free_unit_by_id_locked()