Searched refs:f_syncwrites (Results 1 – 8 of 8) sorted by relevance
96 uint64_t f_syncwrites; /* count of sync writes since mount */ member125 uint64_t f_syncwrites; /* count of sync writes since mount */ member159 long f_syncwrites; /* count of sync writes since mount */ member
675 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) { in prmount()678 (uintmax_t)sfp->f_syncwrites, in prmount()
137 mp->mnt_stat.f_syncwrites++; in g_vfs_done()
168 int32_t f_syncwrites; member
333 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX); in copy_statfs()
725 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX); in freebsd4_cvtstatfs()864 osp->f_syncwrites = nsp->f_syncwrites; in freebsd11_cvtstatfs()
4880 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()
2718 u64 f_syncwrites; member