OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VFS_FSYNC
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
mount.h
217
int (*
vfs_fsync
) (struct vnode *, int);
member in struct:vfsops
233
#define
VFS_FSYNC
(MP, VP, FLG) (*(MP)->mnt_op->
vfs_fsync
)(VP, FLG)
/src/sys/miscfs/specfs/
spec_vnops.c
1476
error =
VFS_FSYNC
(mp, vp, ap->a_flags);
Completed in 43 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025