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

#include <splice.h>

Data Fields

unsigned int len
 
unsigned int total_len
 
unsigned int flags
 
union {
   void __user *   userptr
 
   struct file *   file
 
   void *   data
 
u
 
loff_t pos
 
size_t num_spliced
 
bool need_wakeup
 

Detailed Description

Definition at line 26 of file splice.h.

Field Documentation

Definition at line 35 of file splice.h.

Definition at line 34 of file splice.h.

unsigned int flags

Definition at line 28 of file splice.h.

unsigned int len

Definition at line 27 of file splice.h.

bool need_wakeup

Definition at line 39 of file splice.h.

size_t num_spliced

Definition at line 38 of file splice.h.

loff_t pos

Definition at line 37 of file splice.h.

unsigned int total_len

Definition at line 27 of file splice.h.

union { ... } u
void __user* userptr

Definition at line 33 of file splice.h.


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