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

/netbsd-current/sys/compat/sys/
H A Dmount.h57 long f_asyncwrites; /* count of async writes since mount */ member in struct:statfs12
131 s12->f_asyncwrites = __STATFSCLAMP(fs->f_asyncwrites);
H A Dstatvfs.h58 uint64_t f_asyncwrites; /* count of async writes since mount */ member in struct:statvfs90
102 s90->f_asyncwrites = s->f_asyncwrites;
/netbsd-current/sys/sys/
H A Dstatvfs.h87 uint64_t f_asyncwrites; /* count of async writes since mount */ member in struct:statvfs
/netbsd-current/sys/fs/puffs/
H A Dpuffs_msgif.h137 uint64_t f_asyncwrites; /* count of async writes since mount */ member in struct:puffs_statvfs
177 ps->f_asyncwrites = s->f_asyncwrites;
213 s->f_asyncwrites = ps->f_asyncwrites;
/netbsd-current/sys/compat/netbsd32/
H A Dnetbsd32_conv.h367 sb32p->f_asyncwrites = sbp->f_asyncwrites;
409 sb32p->f_asyncwrites = sbp->f_asyncwrites;
H A Dnetbsd32.h901 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */ member in struct:netbsd32_statvfs90
929 netbsd32_uint64 f_asyncwrites; /* count of async writes since mount */ member in struct:netbsd32_statvfs
/netbsd-current/bin/df/
H A Ddf.c487 sfsp->f_syncwrites, sfsp->f_asyncwrites);
/netbsd-current/sys/kern/
H A Dvfs_subr.c1281 sbp->f_asyncwrites = mbp->f_asyncwrites;
1786 (*pr)("\tasyncwrites = %" PRIu64 "\n", mp->mnt_stat.f_asyncwrites);
H A Dvfs_bio.c875 mp->mnt_stat.f_asyncwrites++;
/netbsd-current/sbin/mount/
H A Dmount.c613 sfp->f_syncwrites, sfp->f_asyncwrites);
/netbsd-current/lib/libperfuse/
H A Dops.c996 svfsb->f_asyncwrites = ps->ps_asyncwrites;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cc2720 u64 f_asyncwrites; member in struct:statvfs90
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp2721 u64 f_asyncwrites; member in struct:statvfs90

Completed in 305 milliseconds