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

/freebsd-13-stable/sys/fs/fuse/
H A Dfuse_ipc.h216 uint64_t notimpl; member in struct:fuse_data
219 * If an operation is not present in either notimpl or isimpl, then it
264 return ((data->notimpl & (1ULL << opcode)) == 0);
273 return ((data->notimpl & (1ULL << opcode)) != 0);
290 data->notimpl |= (1ULL << opcode);

Completed in 98 milliseconds