Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Dstatvfs.h55 uint64_t f_syncwrites; /* count of sync writes since mount */ member
99 s90->f_syncwrites = s->f_syncwrites; in statvfs_to_statvfs90()
H A Dmount.h56 long f_syncwrites; /* count of sync writes since mount */ member
130 s12->f_syncwrites = __STATFSCLAMP(fs->f_syncwrites); in statvfs_to_statfs12()
/netbsd-src/sys/fs/puffs/
H A Dpuffs_msgif.h134 uint64_t f_syncwrites; /* count of sync writes since mount */ member
174 ps->f_syncwrites = s->f_syncwrites; in statvfs_to_puffs_statvfs()
210 s->f_syncwrites = ps->f_syncwrites; in puffs_statvfs_to_statvfs()
/netbsd-src/sys/sys/
H A Dstatvfs.h84 uint64_t f_syncwrites; /* count of sync writes since mount */ member
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/
H A Dstatvfs.d115 ulong f_syncwrites;
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_conv.h365 sb32p->f_syncwrites = sbp->f_syncwrites; in netbsd32_from_statvfs90()
407 sb32p->f_syncwrites = sbp->f_syncwrites; in netbsd32_from_statvfs()
H A Dnetbsd32.h899 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */ member
927 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */ member
/netbsd-src/sys/kern/
H A Dvfs_subr.c1281 sbp->f_syncwrites = mbp->f_syncwrites; in copy_statvfs_info()
1788 (*pr)("\tsyncwrites = %" PRIu64 "\n", mp->mnt_stat.f_syncwrites); in vfs_mount_print()
H A Dvfs_bio.c877 mp->mnt_stat.f_syncwrites++; in bwrite()
/netbsd-src/sbin/mount/
H A Dmount.c613 sfp->f_syncwrites, sfp->f_asyncwrites); in prmount()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2718 u64 f_syncwrites; member
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2717 u64 f_syncwrites; member
/netbsd-src/lib/libperfuse/
H A Dops.c993 svfsb->f_syncwrites = ps->ps_syncwrites; in perfuse_fs_statvfs()