nfs-ganesha 1.4
|
Public Attributes | |
inode_t | inode |
unsigned int | n_lookup |
unsigned int | n_children |
lookup_peer_t * | parent_list |
struct __fsnode__ * | p_next |
Definition at line 51 of file namespace.c.
Definition at line 53 of file namespace.c.
unsigned int __fsnode__::n_children |
number of times the entry is involved in a lookup operation as a parent: i.e. child count
Definition at line 57 of file namespace.c.
unsigned int __fsnode__::n_lookup |
number of times the entry is involved in a lookup operation as a child: i.e. hardlink count
Definition at line 54 of file namespace.c.
struct __fsnode__* __fsnode__::p_next |
Definition at line 63 of file namespace.c.
Definition at line 60 of file namespace.c.