Searched refs:f_asyncwrites (Results 1 – 8 of 8) sorted by relevance
91 sf->f_asyncwrites = sf11->f_asyncwrites; in __statfs11_to_statfs()
85 uint64_t f_asyncwrites; /* count of async writes since mount */ member112 uint64_t f_asyncwrites; /* count of async writes since mount */ member146 long f_asyncwrites; /* count of async writes since mount */ member
131 mp->mnt_stat.f_asyncwrites++; in g_vfs_done()
688 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) in prmount()691 (uintmax_t)sfp->f_asyncwrites); in prmount()
139 int32_t f_asyncwrites; member
250 out->f_asyncwrites = MIN(in->f_asyncwrites, INT32_MAX); in copy_statfs()
680 osp->f_asyncwrites = MIN(nsp->f_asyncwrites, LONG_MAX); in freebsd4_cvtstatfs()810 osp->f_asyncwrites = nsp->f_asyncwrites; in freebsd11_cvtstatfs()
3865 (uintmax_t)sp->f_asyncwrites, (uintmax_t)sp->f_syncreads, in DB_SHOW_COMMAND()