Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libc/sys/
HDcompat-ino64.h87 sf->f_syncwrites = sf11->f_syncwrites; in __statfs11_to_statfs()
/freebsd-14-stable/sys/sys/
HDmount.h94 uint64_t f_syncwrites; /* count of sync writes since mount */ member
123 uint64_t f_syncwrites; /* count of sync writes since mount */ member
157 long f_syncwrites; /* count of sync writes since mount */ member
/freebsd-14-stable/sbin/mount/
HDmount.c684 if (sfp->f_syncwrites != 0 || sfp->f_asyncwrites != 0) { in prmount()
687 (uintmax_t)sfp->f_syncwrites, in prmount()
/freebsd-14-stable/sys/geom/
HDgeom_vfs.c136 mp->mnt_stat.f_syncwrites++; in g_vfs_done()
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32.h156 int32_t f_syncwrites; member
HDfreebsd32_misc.c301 out->f_syncwrites = MIN(in->f_syncwrites, INT32_MAX); in copy_statfs()
/freebsd-14-stable/sys/kern/
HDvfs_syscalls.c731 osp->f_syncwrites = MIN(nsp->f_syncwrites, LONG_MAX); in freebsd4_cvtstatfs()
870 osp->f_syncwrites = nsp->f_syncwrites; in freebsd11_cvtstatfs()
HDvfs_subr.c4784 (intmax_t)sp->f_ffree, (uintmax_t)sp->f_syncwrites, in DB_SHOW_COMMAND()
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp2718 u64 f_syncwrites; member