nfs-ganesha 1.4
Public Attributes

pseudofs_entry Struct Reference

#include <nfs_exports.h>

List of all members.

Public Attributes

char name [MAXNAMLEN]
char fullname [MAXPATHLEN]
unsigned int pseudo_id
exportlist_tjunction_export
struct pseudofs_entrysons
struct pseudofs_entryparent
struct pseudofs_entrynext
struct pseudofs_entrylast

Detailed Description

Definition at line 280 of file nfs_exports.h.


Member Data Documentation

char pseudofs_entry::fullname[MAXPATHLEN]

The full path in the pseudo fs

Definition at line 283 of file nfs_exports.h.

Export list related to the junction, NULL if entry is no junction

Definition at line 285 of file nfs_exports.h.

pointer to the last entry in a list of sons

Definition at line 289 of file nfs_exports.h.

char pseudofs_entry::name[MAXNAMLEN]

The entry name

Definition at line 282 of file nfs_exports.h.

pointer to the next entry in a list of sons

Definition at line 288 of file nfs_exports.h.

reverse pointer (for LOOKUPP)

Definition at line 287 of file nfs_exports.h.

ID within the pseudoFS

Definition at line 284 of file nfs_exports.h.

pointer to a linked list of sons

Definition at line 286 of file nfs_exports.h.


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