OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_syncwrites
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/compat/sys/
mount.h
56
long
f_syncwrites
; /* count of sync writes since mount */
member in struct:statfs12
130
s12->
f_syncwrites
= __STATFSCLAMP(fs->
f_syncwrites
);
statvfs.h
55
uint64_t
f_syncwrites
; /* count of sync writes since mount */
member in struct:statvfs90
99
s90->
f_syncwrites
= s->
f_syncwrites
;
/src/sys/sys/
statvfs.h
84
uint64_t
f_syncwrites
; /* count of sync writes since mount */
member in struct:statvfs
/src/sys/fs/puffs/
puffs_msgif.h
134
uint64_t
f_syncwrites
; /* count of sync writes since mount */
member in struct:puffs_statvfs
174
ps->
f_syncwrites
= s->
f_syncwrites
;
210
s->
f_syncwrites
= ps->
f_syncwrites
;
/src/sys/compat/netbsd32/
netbsd32_conv.h
365
sb32p->
f_syncwrites
= sbp->
f_syncwrites
;
407
sb32p->
f_syncwrites
= sbp->
f_syncwrites
;
netbsd32.h
899
netbsd32_uint64
f_syncwrites
; /* count of sync writes since mount */
member in struct:netbsd32_statvfs90
927
netbsd32_uint64
f_syncwrites
; /* count of sync writes since mount */
member in struct:netbsd32_statvfs
/src/bin/df/
df.c
502
sfsp->
f_syncwrites
, sfsp->f_asyncwrites);
/src/sys/kern/
vfs_subr.c
1281
sbp->
f_syncwrites
= mbp->
f_syncwrites
;
1788
(*pr)("\tsyncwrites = %" PRIu64 "\n", mp->mnt_stat.
f_syncwrites
);
vfs_bio.c
877
mp->mnt_stat.
f_syncwrites
++;
/src/sbin/mount/
mount.c
628
sfp->
f_syncwrites
, sfp->f_asyncwrites);
/src/lib/libperfuse/
ops.c
993
svfsb->
f_syncwrites
= ps->ps_syncwrites;
Completed in 27 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025