Searched refs:cuse_server (Results 1 – 1 of 1) sorted by relevance
108 struct cuse_server;134 struct cuse_server *server;139 struct cuse_server { struct 140 TAILQ_ENTRY(cuse_server) entry;157 struct cuse_server *server; argument 182 static TAILQ_HEAD(, cuse_server) cuse_server_head;185 static struct cuse_server *cuse_alloc_unit[CUSE_DEVICES_MAX];188 static void cuse_server_wakeup_all_client_locked(struct cuse_server *pcs);242 .d_name = "cuse_server",251 static int cuse_free_unit_by_id_locked(struct cuse_server *, in[all...]