Lines Matching full:fuse
85 #include "fuse.h"
92 * Fuse trace probe:
129 MALLOC_DEFINE(M_FUSEMSG, "fuse_msgbuf", "fuse message buffer");
228 * If the fuse daemon doesn't support interrupts, then there's in fuse_interrupt_send()
235 * If the fuse daemon has already received otick, then we must in fuse_interrupt_send()
289 panic("FUSE: realloc failed"); in fiov_adjust()
350 mtx_init(&ftick->tk_aw_mtx, "fuse answer delivery mutex", NULL, MTX_DEF); in fticket_init()
506 "FUSE: requester was woken up but still no answer"); in fticket_wait_answer()
552 mtx_init(&data->ms_mtx, "fuse message list mutex", NULL, MTX_DEF); in fdata_alloc()
556 mtx_init(&data->aw_mtx, "fuse answer list mutex", NULL, MTX_DEF); in fdata_alloc()
560 sx_init(&data->rename_lock, "fuse rename lock"); in fdata_alloc()
659 panic("FUSE: ticket reused without being refreshed"); in fuse_insert_message()
704 panic("FUSE: a handler has been intalled for FUSE_FORGET"); in fuse_body_audit()
858 panic("FUSE: opcodes out of sync (%d)\n", opcode); in fuse_body_audit()
1030 * This means a "proper" fuse syscall error. in fdisp_wait_answ()
1072 printf("WARNING: FUSE protocol violation for server mounted at " in fuse_warn()