Searched refs:f_asyncwrites (Results 1 – 7 of 7) sorted by relevance
93 uint64_t f_asyncwrites; /* count of async writes since mount */ member122 uint64_t f_asyncwrites; /* count of async writes since mount */ member156 long f_asyncwrites; /* count of async writes since mount */ member
675 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) { in prmount()679 (uintmax_t)sfp->f_asyncwrites); in prmount()
157 int32_t f_asyncwrites; member
302 out->f_asyncwrites = MIN(in->f_asyncwrites, INT32_MAX); in copy_statfs()
730 osp->f_asyncwrites = MIN(nsp->f_asyncwrites, LONG_MAX); in freebsd4_cvtstatfs()869 osp->f_asyncwrites = nsp->f_asyncwrites; in freebsd11_cvtstatfs()
4851 (uintmax_t)sp->f_asyncwrites, (uintmax_t)sp->f_syncreads, in DB_SHOW_COMMAND()
2721 u64 f_asyncwrites; member