Lines Matching defs:am_stats
216 typedef struct am_stats am_stats; typedef
473 struct am_stats { struct
474 time_t s_mtime; /* Mount time */
475 u_short s_uid; /* Uid of mounter */
476 int s_getattr; /* Count of getattrs */
477 int s_lookup; /* Count of lookups */
478 int s_readdir; /* Count of readdirs */
479 int s_readlink; /* Count of readlinks */
480 int s_statfs; /* Count of statfs */
481 int s_fsinfo; /* Count of fsinfo */
482 int s_pathconf; /* Count of pathconf */
520 am_stats am_stats; /* Statistics gathering */ member