OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IO_DSYNC
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
vnode.h
293
#define IO_SYNC (0x40|
IO_DSYNC
) /* sync I/O file integrity completion */
296
#define
IO_DSYNC
0x00200 /* sync I/O data integrity completion */
/src/lib/libperfuse/
ops.c
82
#define IO_SYNC (0x40|
IO_DSYNC
)
83
#define
IO_DSYNC
0x00200
3148
if (ioflag & (IO_SYNC|
IO_DSYNC
))
3318
if (ioflag & (IO_SYNC|
IO_DSYNC
))
/src/sys/kern/
vfs_vnops.c
703
ioflag |=
IO_DSYNC
;
Completed in 15 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025