Lines Matching defs:am_node
96 typedef struct am_node am_node; typedef
496 struct am_node { struct
505 am_node *am_parent, /* Parent of this node */ argument
506 *am_ysib, /* Younger sibling of this node */
507 *am_osib, /* Older sibling of this node */
508 *am_child; /* First child of this node */
509 struct attrstat am_attr; /* File attributes */
511 int am_flags; /* Boolean flags */
512 int am_error; /* Specific mount error */
513 time_t am_ttl; /* Time to live */
514 int am_timeo_w; /* Wait interval */
515 int am_timeo; /* Timeout interval */
516 unsigned int am_gen; /* Generation number */
517 char *am_pref; /* Mount info prefix */
518 am_stats am_stats; /* Statistics gathering */