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

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

Completed in 108 milliseconds