Symbol: fuse_out_header
sys/fs/fuse/fuse_device.c
411
fuse_ohead_audit(struct fuse_out_header *ohead, struct uio *uio)
sys/fs/fuse/fuse_device.c
413
if (uio->uio_resid + sizeof(struct fuse_out_header) != ohead->len) {
sys/fs/fuse/fuse_device.c
445
struct fuse_out_header ohead;
sys/fs/fuse/fuse_device.c
456
if (uio->uio_resid < sizeof(struct fuse_out_header)) {
sys/fs/fuse/fuse_device.c
462
if ((err = uiomove(&ohead, sizeof(struct fuse_out_header), uio)) != 0)
sys/fs/fuse/fuse_ipc.c
395
bzero(&ftick->tk_aw_ohead, sizeof(struct fuse_out_header));
sys/fs/fuse/fuse_ipc.h
128
struct fuse_out_header tk_aw_ohead;
tests/sys/fs/fusefs/bmap.cc
251
out.header.len = sizeof(struct fuse_out_header) + osize;
tests/sys/fs/fusefs/bmap.cc
312
out.header.len = sizeof(struct fuse_out_header) + osize;
tests/sys/fs/fusefs/fallocate.cc
71
out.header.len = sizeof(struct fuse_out_header) +
tests/sys/fs/fusefs/io.cc
167
out.header.len = sizeof(struct fuse_out_header) + osize;
tests/sys/fs/fusefs/mockfs.hh
236
fuse_out_header header;
tests/sys/fs/fusefs/read.cc
1026
out.header.len = sizeof(struct fuse_out_header) + bufsize;
tests/sys/fs/fusefs/read.cc
1242
out.header.len = sizeof(struct fuse_out_header) + bufsize;
tests/sys/fs/fusefs/read.cc
1510
out.header.len = sizeof(struct fuse_out_header) + bufsize;
tests/sys/fs/fusefs/read.cc
499
out.header.len = sizeof(struct fuse_out_header) + size1;
tests/sys/fs/fusefs/read.cc
528
out.header.len = sizeof(struct fuse_out_header) + size2;
tests/sys/fs/fusefs/setattr.cc
527
out.header.len = sizeof(struct fuse_out_header) + osize;
tests/sys/fs/fusefs/utils.cc
395
out.header.len = sizeof(struct fuse_out_header) + osize;
tests/sys/fs/fusefs/xattr.cc
416
out.header.len = sizeof(fuse_out_header) + sizeof(attrs);
tests/sys/fs/fusefs/xattr.cc
536
out.header.len = sizeof(fuse_out_header) + l;
tests/sys/fs/fusefs/xattr.cc
587
out.header.len = sizeof(fuse_out_header) +
tests/sys/fs/fusefs/xattr.cc
617
out.header.len = sizeof(fuse_out_header) +
tests/sys/fs/fusefs/xattr.cc
643
out.header.len = sizeof(fuse_out_header) + 16000;
tests/sys/fs/fusefs/xattr.cc
674
out.header.len = sizeof(fuse_out_header) + sizeof(attrs);
tests/sys/fs/fusefs/xattr.cc
706
out.header.len = sizeof(fuse_out_header) + sizeof(attrs);