OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FUSE_USE_VERSION
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/librefuse/
t_refuse_opt.c
35
#define
FUSE_USE_VERSION
FUSE_MAKE_VERSION(2, 6)
/src/sbin/mount_qemufwcfg/
fwcfg.c
32
#define
FUSE_USE_VERSION
FUSE_MAKE_VERSION(2, 6)
/src/share/examples/refuse/virtdir/
virtdir.c
31
#define
FUSE_USE_VERSION
26
/src/lib/librefuse/
fuse.h
49
* in their
FUSE_USE_VERSION
request. */
63
/*
FUSE_USE_VERSION
is expected to be defined by user code to
67
#if defined(
FUSE_USE_VERSION
)
68
# if
FUSE_USE_VERSION
> _REFUSE_VERSION_
70
# elif
FUSE_USE_VERSION
< 11
75
# warning "User code including <fuse.h> should define
FUSE_USE_VERSION
before including this header. Defaulting to the latest version."
76
# define
FUSE_USE_VERSION
_REFUSE_VERSION_
82
* is implemented, some filesystems set
FUSE_USE_VERSION
to some old
86
*
FUSE_USE_VERSION
.
88
#if defined(
FUSE_USE_VERSION
)
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025