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

/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_api.h8 #define FUSE_USE_VERSION FUSE_VERSION macro
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_common.h209 #if FUSE_USE_VERSION < 26
211 # if FUSE_USE_VERSION < 25
219 # if FUSE_USE_VERSION == 25
222 # elif FUSE_USE_VERSION == 24 || FUSE_USE_VERSION == 22
225 # elif FUSE_USE_VERSION == 21
228 # elif FUSE_USE_VERSION == 11
H A Dfuse.h16 * IMPORTANT: you should define FUSE_USE_VERSION before including this
22 #ifndef FUSE_USE_VERSION
23 #define FUSE_USE_VERSION 21 macro
779 #if FUSE_USE_VERSION < 26
782 # if FUSE_USE_VERSION == 25
789 # elif FUSE_USE_VERSION == 22
797 # elif FUSE_USE_VERSION == 24
804 # if FUSE_USE_VERSION == 21
H A Dfuse_lowlevel.h16 * IMPORTANT: you should define FUSE_USE_VERSION before including this
22 #ifndef FUSE_USE_VERSION
23 #define FUSE_USE_VERSION 24 macro
1367 #if FUSE_USE_VERSION < 26
1371 # if FUSE_USE_VERSION == 25
1374 # elif FUSE_USE_VERSION == 24
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp6 #define FUSE_USE_VERSION 27 macro

Completed in 101 milliseconds