Home
last modified time | relevance | path

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

/src/sys/fs/fuse/
H A Dfuse_ipc.h210 uint64_t notimpl; member
269 return ((data->notimpl & (1ULL << opcode)) == 0); in fsess_maybe_impl()
278 return ((data->notimpl & (1ULL << opcode)) != 0); in fsess_not_impl()
295 data->notimpl |= (1ULL << opcode); in fsess_set_notimpl()