Searched refs:f_syncwrites (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/lib/libc/sys/
H A Dcompat-ino64.h90 sf->f_syncwrites = sf11->f_syncwrites;
/freebsd-12-stable/sys/geom/
H A Dgeom_vfs.c133 mp->mnt_stat.f_syncwrites++;
/freebsd-12-stable/sys/compat/freebsd32/
H A Dfreebsd32.h135 int32_t f_syncwrites; member in struct:statfs32
H A Dfreebsd32_misc.c251 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX);
/freebsd-12-stable/sys/sys/
H A Dmount.h89 uint64_t f_syncwrites; /* count of sync writes since mount */ member in struct:statfs
116 uint64_t f_syncwrites; /* count of sync writes since mount */ member in struct:freebsd11_statfs
150 long f_syncwrites; /* count of sync writes since mount */ member in struct:ostatfs
/freebsd-12-stable/sbin/mount/
H A Dmount.c689 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0)
691 (uintmax_t)sfp->f_syncwrites,
/freebsd-12-stable/sys/kern/
H A Dvfs_syscalls.c701 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX);
831 osp->f_syncwrites = nsp->f_syncwrites;
H A Dvfs_subr.c3846 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2435 u64 f_syncwrites; member in struct:statvfs90

Completed in 272 milliseconds