Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_main.c91 struct mtx fuse_mtx; variable
129 mtx_destroy(&fuse_mtx); in fuse_bringdown()
140 mtx_init(&fuse_mtx, "fuse_mtx", NULL, MTX_DEF); in fuse_loader()
143 mtx_destroy(&fuse_mtx); in fuse_loader()
H A Dfuse.h76 extern struct mtx fuse_mtx;
77 #define FUSE_LOCK() fuse_lck_mtx_lock(fuse_mtx)
78 #define FUSE_UNLOCK() fuse_lck_mtx_unlock(fuse_mtx)
H A Dfuse_ipc.c614 err = msleep(&data->ticketer, &fuse_mtx, PCATCH | PDROP, in fuse_ticket_fetch()