Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fuse_out Struct Reference

#include <fuse_i.h>

Data Fields

struct fuse_out_header h
 
unsigned argvar:1
 
unsigned argpages:1
 
unsigned page_zeroing:1
 
unsigned page_replace:1
 
unsigned numargs
 
struct fuse_arg args [3]
 

Detailed Description

The request output

Definition at line 174 of file fuse_i.h.

Field Documentation

unsigned argpages

Last argument is a list of pages to copy data to

Definition at line 188 of file fuse_i.h.

struct fuse_arg args[3]

Array of arguments

Definition at line 200 of file fuse_i.h.

unsigned argvar

Last argument is variable length (can be shorter than arg->size)

Definition at line 185 of file fuse_i.h.

Header returned from userspace

Definition at line 176 of file fuse_i.h.

unsigned numargs

Number or arguments

Definition at line 197 of file fuse_i.h.

unsigned page_replace

Pages may be replaced with new ones

Definition at line 194 of file fuse_i.h.

unsigned page_zeroing

Zero partially or not copied pages

Definition at line 191 of file fuse_i.h.


The documentation for this struct was generated from the following file: