fuse_args
Regular
4.4
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
4.8
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
4.10
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
4.13
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
4.15
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
4.18
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
5.0
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
5.3
: ✅struct fuse_args {
struct (anon) in;
struct (anon) out;
};
5.4
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
5.8
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
5.11
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
5.13
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
5.15
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool user_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
5.19
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool user_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
6.2
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool user_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
6.5
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
uint8_t in_numargs;
uint8_t out_numargs;
uint8_t ext_idx;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool user_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
bool is_ext;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
6.8
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
uint8_t in_numargs;
uint8_t out_numargs;
uint8_t ext_idx;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool user_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
bool may_block;
bool is_ext;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_mount *, struct fuse_args *, int);
};
arm64
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
armhf
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
ppc64el
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
riscv64
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
aws
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
azure
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
gcp
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
lowlatency
: ✅struct fuse_args {
uint64_t nodeid;
uint32_t opcode;
short unsigned int in_numargs;
short unsigned int out_numargs;
bool force;
bool noreply;
bool nocreds;
bool in_pages;
bool out_pages;
bool out_argvar;
bool page_zeroing;
bool page_replace;
struct fuse_in_arg in_args[3];
struct fuse_arg out_args[2];
void (*end)(struct fuse_conn *, struct fuse_args *, int);
};
Regular
4.4
and 4.8
✅
4.8
and 4.10
✅
4.10
and 4.13
✅
4.13
and 4.15
✅
4.15
and 4.18
✅
4.18
and 5.0
✅
5.0
and 5.3
✅
5.3
and 5.4
⚠️uint64_t nodeid
uint32_t opcode
short unsigned int in_numargs
short unsigned int out_numargs
bool force
bool noreply
bool nocreds
bool in_pages
bool out_pages
bool out_argvar
bool page_zeroing
bool page_replace
struct fuse_in_arg in_args[3]
struct fuse_arg out_args[2]
void (*end)(struct fuse_conn *, struct fuse_args *, int)
struct (anon) in
struct (anon) out
5.4
and 5.8
⚠️bool may_block
5.8
and 5.11
⚠️void (*end)(struct fuse_conn *, struct fuse_args *, int)
➡️ void (*end)(struct fuse_mount *, struct fuse_args *, int)
5.11
and 5.13
✅
5.13
and 5.15
⚠️bool user_pages
5.15
and 5.19
✅
5.19
and 6.2
✅
6.2
and 6.5
⚠️uint8_t ext_idx
bool is_ext
short unsigned int in_numargs
➡️ uint8_t in_numargs
short unsigned int out_numargs
➡️ uint8_t out_numargs
6.5
and 6.8
✅
amd64
and arm64
✅
amd64
and armhf
✅
amd64
and ppc64el
✅
amd64
and riscv64
✅
generic
and aws
✅
generic
and azure
✅
generic
and gcp
✅
generic
and lowlatency
✅