Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse.h77 #define FUSE_LOCK() fuse_lck_mtx_lock(fuse_mtx)
88 #define fuse_lck_mtx_lock(mtx) mtx_lock(&(mtx)) macro
H A Dfuse_device.c153 fuse_lck_mtx_lock(fdata->aw_mtx); in fdata_dtor()
158 fuse_lck_mtx_lock(tick->tk_aw_mtx); in fdata_dtor()
169 fuse_lck_mtx_lock(fdata->ms_mtx); in fdata_dtor()
282 fuse_lck_mtx_lock(data->ms_mtx); in fuse_device_poll()
315 fuse_lck_mtx_lock(data->ms_mtx); in fuse_device_read()
476 fuse_lck_mtx_lock(data->aw_mtx); in fuse_device_write()
H A Dfuse_ipc.c147 fuse_lck_mtx_lock(data->aw_mtx); in fuse_interrupt_callback()
203 fuse_lck_mtx_lock(data->ms_mtx); in fuse_interrupt_send()
213 fuse_lck_mtx_lock(otick->tk_aw_mtx); in fuse_interrupt_send()
427 fuse_lck_mtx_lock(ftick->tk_aw_mtx); in fticket_wait_answer()
479 fuse_lck_mtx_lock(ftick->tk_aw_mtx); in fticket_wait_answer()
593 fuse_lck_mtx_lock(data->ms_mtx); in fdata_set_dead()
644 fuse_lck_mtx_lock(ftick->tk_data->aw_mtx); in fuse_insert_callback()
666 fuse_lck_mtx_lock(ftick->tk_data->ms_mtx); in fuse_insert_message()
892 fuse_lck_mtx_lock(ftick->tk_aw_mtx); in fuse_standard_handler()
986 fuse_lck_mtx_lock(fdip->tick->tk_aw_mtx); in fdisp_wait_answ()