Home
last modified time | relevance | path

Searched defs:am_stats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Damd.h216 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 */
[all …]