Home
last modified time | relevance | path

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

/linux-2.6.39/fs/fuse/
Dcuse.c317 arg->major != FUSE_KERNEL_VERSION || arg->minor < 11) { in cuse_process_init_reply()
429 arg->major = FUSE_KERNEL_VERSION; in cuse_send_init()
Dinode.c799 if (req->out.h.error || arg->major != FUSE_KERNEL_VERSION) in process_init_reply()
842 arg->major = FUSE_KERNEL_VERSION; in fuse_send_init()
1201 FUSE_KERNEL_VERSION, FUSE_KERNEL_MINOR_VERSION); in fuse_init()
/linux-2.6.39/include/linux/
Dfuse.h78 #define FUSE_KERNEL_VERSION 7 macro