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

#include <iorpc.h>

Data Fields

uint64_t offset
 
struct {
   uint16_t   code
 
   uint16_t   format
 
   uint32_t   sub_offset
 
}; 
 
uint32_t opcode
 

Detailed Description

The offset passed through the read() and write() system calls combines an opcode with 32 bits of user-specified offset.

Definition at line 302 of file iorpc.h.

Field Documentation

struct { ... }

RPC code.

Definition at line 309 of file iorpc.h.

iorpc_format_e

Definition at line 310 of file iorpc.h.

All bits.

Definition at line 305 of file iorpc.h.

Opcode combines code & format.

Definition at line 314 of file iorpc.h.

uint32_t sub_offset

caller-specified offset.

Definition at line 311 of file iorpc.h.


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