Home
last modified time | relevance | path

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

/netbsd/sys/compat/sys/
H A Dstatvfs.h58 uint64_t f_asyncwrites; /* count of async writes since mount */ member
102 s90->f_asyncwrites = s->f_asyncwrites; in statvfs_to_statvfs90()
H A Dmount.h57 long f_asyncwrites; /* count of async writes since mount */ member
131 s12->f_asyncwrites = __STATFSCLAMP(fs->f_asyncwrites); in statvfs_to_statfs12()
/netbsd/sys/fs/puffs/
H A Dpuffs_msgif.h137 uint64_t f_asyncwrites; /* count of async writes since mount */ member
177 ps->f_asyncwrites = s->f_asyncwrites; in statvfs_to_puffs_statvfs()
213 s->f_asyncwrites = ps->f_asyncwrites; in puffs_statvfs_to_statvfs()
/netbsd/sys/sys/
H A Dstatvfs.h87 uint64_t f_asyncwrites; /* count of async writes since mount */ member
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_conv.h366 sb32p->f_asyncwrites = sbp->f_asyncwrites; in netbsd32_from_statvfs90()
408 sb32p->f_asyncwrites = sbp->f_asyncwrites; in netbsd32_from_statvfs()
H A Dnetbsd32.h892 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */ member
920 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */ member
/netbsd/sys/kern/
H A Dvfs_subr.c1281 sbp->f_asyncwrites = mbp->f_asyncwrites; in copy_statvfs_info()
1786 (*pr)("\tasyncwrites = %" PRIu64 "\n", mp->mnt_stat.f_asyncwrites); in vfs_mount_print()
H A Dvfs_bio.c875 mp->mnt_stat.f_asyncwrites++; 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.cc2720 u64 f_asyncwrites; member
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2720 u64 f_asyncwrites; member
/netbsd/lib/libperfuse/
H A Dops.c996 svfsb->f_asyncwrites = ps->ps_asyncwrites; in perfuse_fs_statvfs()