Searched refs:f_syncreads (Results 1 – 7 of 7) sorted by relevance
94 uint64_t f_syncreads; /* count of sync reads since mount */ member123 uint64_t f_syncreads; /* count of sync reads since mount */ member159 long f_syncreads; /* count of sync reads since mount */ member
682 if (sfp->f_syncreads != 0 || sfp->f_asyncreads != 0) { in prmount()685 (uintmax_t)sfp->f_syncreads, in prmount()
160 int32_t f_syncreads; member
307 out->f_syncreads = MIN(in->f_syncreads, INT32_MAX); in copy_statfs()
731 osp->f_syncreads = MIN(nsp->f_syncreads, LONG_MAX); in freebsd4_cvtstatfs()870 osp->f_syncreads = nsp->f_syncreads; in freebsd11_cvtstatfs()
4851 (uintmax_t)sp->f_asyncwrites, (uintmax_t)sp->f_syncreads, in DB_SHOW_COMMAND()
2717 u64 f_syncreads; member