Home
last modified time | relevance | path

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

/NextBSD/sys/geom/
HDgeom_vfs.c131 mp->mnt_stat.f_syncwrites++; in g_vfs_done()
/NextBSD/sys/sys/
HDmount.h81 uint64_t f_syncwrites; /* count of sync writes since mount */ member
114 long f_syncwrites; /* count of sync writes since mount */ member
/NextBSD/sbin/mount/
HDmount.c673 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) in prmount()
675 (uintmax_t)sfp->f_syncwrites, in prmount()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32.h126 int32_t f_syncwrites; member
HDfreebsd32_misc.c232 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX); in copy_statfs()
/NextBSD/sys/kern/
HDvfs_syscalls.c706 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX);
HDvfs_subr.c3517 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()