Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmount.h89 uint64_t f_syncwrites; /* count of sync writes since mount */ member
116 uint64_t f_syncwrites; /* count of sync writes since mount */ member
150 long f_syncwrites; /* count of sync writes since mount */ member
/f-stack/freebsd/kern/
H A Dvfs_syscalls.c731 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX); in freebsd4_cvtstatfs()
861 osp->f_syncwrites = nsp->f_syncwrites; in freebsd11_cvtstatfs()
H A Dvfs_subr.c4391 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()