Lines Matching defs:am_node
107 typedef struct am_node am_node; typedef
511 struct am_node { struct
520 am_node *am_parent, /* Parent of this node */ argument
521 *am_ysib, /* Younger sibling of this node */
522 *am_osib, /* Older sibling of this node */
523 *am_child; /* First child of this node */
524 struct attrstat am_attr; /* File attributes */
526 int am_flags; /* Boolean flags */
527 int am_error; /* Specific mount error */
528 time_t am_ttl; /* Time to live */
529 int am_timeo_w; /* Wait interval */
530 int am_timeo; /* Timeout interval */
531 unsigned int am_gen; /* Generation number */
532 char *am_pref; /* Mount info prefix */
533 am_stats am_stats; /* Statistics gathering */