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

#include <client.h>

Data Fields

struct p9_qid qid
 
u64 d_off
 
unsigned char d_type
 
char d_name [256]
 

Detailed Description

struct p9_dirent - directory entry structure : The p9 server qid for this dirent : offset to the next dirent : type of file : file name

Definition at line 206 of file client.h.

Field Documentation

char d_name[256]

Definition at line 210 of file client.h.

u64 d_off

Definition at line 208 of file client.h.

unsigned char d_type

Definition at line 209 of file client.h.

Definition at line 207 of file client.h.


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