nfs-ganesha 1.4
|
#include <nfs_exports.h>
Public Attributes | |
char | name [MAXNAMLEN] |
char | fullname [MAXPATHLEN] |
unsigned int | pseudo_id |
exportlist_t * | junction_export |
struct pseudofs_entry * | sons |
struct pseudofs_entry * | parent |
struct pseudofs_entry * | next |
struct pseudofs_entry * | last |
Definition at line 280 of file nfs_exports.h.
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.
struct pseudofs_entry* pseudofs_entry::last |
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.
struct pseudofs_entry* pseudofs_entry::next |
pointer to the next entry in a list of sons
Definition at line 288 of file nfs_exports.h.
struct pseudofs_entry* pseudofs_entry::parent |
reverse pointer (for LOOKUPP)
Definition at line 287 of file nfs_exports.h.
unsigned int pseudofs_entry::pseudo_id |
ID within the pseudoFS
Definition at line 284 of file nfs_exports.h.
struct pseudofs_entry* pseudofs_entry::sons |
pointer to a linked list of sons
Definition at line 286 of file nfs_exports.h.