Home
last modified time | relevance | path

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

/freebsd/sys/fs/fuse/
H A Dfuse_ipc.h212 uint64_t notimpl; member
267 return ((data->notimpl & (1ULL << opcode)) == 0); in fsess_maybe_impl()
276 return ((data->notimpl & (1ULL << opcode)) != 0); in fsess_not_impl()
293 data->notimpl |= (1ULL << opcode); in fsess_set_notimpl()