Home
last modified time | relevance | path

Searched refs:f_asyncwrites (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/sys/
H A Dmount.h90 uint64_t f_asyncwrites; /* count of async writes since mount */ member
117 uint64_t f_asyncwrites; /* count of async writes since mount */ member
151 long f_asyncwrites; /* count of async writes since mount */ member
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c732 osp->f_asyncwrites = MIN(nsp->f_asyncwrites, LONG_MAX); in freebsd4_cvtstatfs()
862 osp->f_asyncwrites = nsp->f_asyncwrites; in freebsd11_cvtstatfs()
H A Dvfs_subr.c4392 (uintmax_t)sp->f_asyncwrites, (uintmax_t)sp->f_syncreads, in DB_SHOW_COMMAND()