Home
last modified time | relevance | path

Searched refs:spec_fsync_internal (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/miscfs/specfs/
H A Dspecdev.h138 int spec_fsync_internal(vnode_t, int, vfs_context_t);
H A Dspec_vnops.c941 spec_fsync_internal(vnode_t vp, int waitfor, __unused vfs_context_t context) in spec_fsync_internal() function
957 return spec_fsync_internal(ap->a_vp, ap->a_waitfor, ap->a_context); in spec_fsync()
2868 if ((error = spec_fsync_internal(vp, MNT_WAIT, ap->a_context))) { in spec_close()