Searched refs:FUSE_KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance
336 if (error || arg->major != FUSE_KERNEL_VERSION || arg->minor < 11) in cuse_process_init_reply()449 ia->in.major = FUSE_KERNEL_VERSION; in cuse_send_init()
1238 if (error || arg->major != FUSE_KERNEL_VERSION) in process_init_reply()1388 ia->in.major = FUSE_KERNEL_VERSION; in fuse_send_init()2124 FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION); in fuse_init()
255 #define FUSE_KERNEL_VERSION 7 macro