Searched defs:am_stats (Results 1 – 1 of 1) sorted by relevance
216 typedef struct am_stats am_stats; typedef473 struct am_stats { struct474 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 */[all …]