Home
last modified time | relevance | path

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

/netbsd/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/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/sys/sys/
H A Dstatvfs.h84 uint64_t f_syncwrites; /* count of sync writes since mount */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h364 sb32p->f_syncwrites = sbp->f_syncwrites; in netbsd32_from_statvfs90()
406 sb32p->f_syncwrites = sbp->f_syncwrites; in netbsd32_from_statvfs()
H A Dnetbsd32.h890 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */ member
918 netbsd32_uint64 f_syncwrites; /* count of sync writes since mount */ member
/netbsd/sys/kern/
H A Dvfs_subr.c1280 sbp->f_syncwrites = mbp->f_syncwrites; in copy_statvfs_info()
1785 (*pr)("\tsyncwrites = %" PRIu64 "\n", mp->mnt_stat.f_syncwrites); in vfs_mount_print()
H A Dvfs_bio.c873 mp->mnt_stat.f_syncwrites++; in bwrite()
/netbsd/bin/df/
H A Ddf.c482 sfsp->f_syncwrites, sfsp->f_asyncwrites); in prtstat()
/netbsd/sbin/mount/
H A Dmount.c613 sfp->f_syncwrites, sfp->f_asyncwrites); in prmount()
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2717 u64 f_syncwrites; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2717 u64 f_syncwrites; member
/netbsd/lib/libperfuse/
H A Dops.c993 svfsb->f_syncwrites = ps->ps_syncwrites; in perfuse_fs_statvfs()