Searched defs:am_node (Results 1 – 1 of 1) sorted by relevance
213 typedef struct am_node am_node; typedef483 struct am_node { struct490 am_node *am_parent; /* Parent of this node */ argument491 am_node *am_ysib; /* Younger sibling of this node */ argument492 am_node *am_osib; /* Older sibling of this node */ argument493 am_node *am_child; /* First child of this node */ argument494 nfsattrstat am_attr; /* File attributes */496 int am_flags; /* Boolean flags AMF_* */497 int am_error; /* Specific mount error */498 time_t am_ttl; /* Time to live */[all …]