Home
last modified time | relevance | path

Searched refs:buf_flushdirtyblks (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/sys/
H A Dbuf.h777 void buf_flushdirtyblks(vnode_t vp, int wait, int flags, const char *msg);
/xnu-11215.1.10/bsd/miscfs/specfs/
H A Dspec_vnops.c949 buf_flushdirtyblks(vp, (waitfor == MNT_WAIT || waitfor == MNT_DWAIT), 0, "spec_fsync"); in spec_fsync_internal()
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_bio.c1881 buf_flushdirtyblks(vnode_t vp, int wait, int flags, const char *msg) in buf_flushdirtyblks() function