Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libc/sys/
H A Dcompat-ino64.h90 sf->f_syncwrites = sf11->f_syncwrites; in __statfs11_to_statfs()
/freebsd-12.1/sys/sys/
H A Dmount.h84 uint64_t f_syncwrites; /* count of sync writes since mount */ member
111 uint64_t f_syncwrites; /* count of sync writes since mount */ member
145 long f_syncwrites; /* count of sync writes since mount */ member
/freebsd-12.1/sys/geom/
H A Dgeom_vfs.c133 mp->mnt_stat.f_syncwrites++; in g_vfs_done()
/freebsd-12.1/sbin/mount/
H A Dmount.c688 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) in prmount()
690 (uintmax_t)sfp->f_syncwrites, in prmount()
/freebsd-12.1/sys/compat/freebsd32/
H A Dfreebsd32.h138 int32_t f_syncwrites; member
H A Dfreebsd32_misc.c249 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX); in copy_statfs()
/freebsd-12.1/sys/kern/
H A Dvfs_syscalls.c679 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX); in freebsd4_cvtstatfs()
809 osp->f_syncwrites = nsp->f_syncwrites; in freebsd11_cvtstatfs()
H A Dvfs_subr.c3864 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()