Searched refs:f_syncreads (Results 1 – 8 of 8) sorted by relevance
98 uint64_t f_syncreads; /* count of sync reads since mount */ member127 uint64_t f_syncreads; /* count of sync reads since mount */ member163 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()
132 mp->mnt_stat.f_syncreads++; in g_vfs_done()
154 int32_t f_syncreads;172 int32_t f_syncreads; global() member
339 out->f_syncreads = MIN(in->f_syncreads, INT32_MAX); in copy_statfs()
727 osp->f_syncreads = MIN(nsp->f_syncreads, LONG_MAX); in freebsd4_cvtstatfs()866 osp->f_syncreads = nsp->f_syncreads; in freebsd11_cvtstatfs()
4881 (uintmax_t)sp->f_asyncwrites, (uintmax_t)sp->f_syncreads, in DB_SHOW_COMMAND()
2717 u64 f_syncreads; member