Home
last modified time | relevance | path

Searched refs:vflush (Results 1 – 8 of 8) sorted by relevance

/xnu-12377.1.9/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c174 rvalue = vflush(mp, NULL, vflush_flags); in mockfs_unmount()
/xnu-12377.1.9/bsd/miscfs/bindfs/
H A Dbind_vfsops.c334 error = vflush(mp, vp, flags); in bindfs_unmount()
349 (void)vflush(mp, NULL, FORCECLOSE); in bindfs_unmount()
/xnu-12377.1.9/bsd/miscfs/nullfs/
H A Dnull_vfsops.c352 error = vflush(mp, vp, flags); in nullfs_unmount()
367 (void)vflush(mp, NULL, FORCECLOSE); in nullfs_unmount()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c253 error = vflush(mp, NULLVP, flags); in devfs_unmount()
/xnu-12377.1.9/bsd/miscfs/routefs/
H A Droutefs_ops.c205 (void)vflush(mp, NULLVP, flags); in routefs_unmount()
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h1657 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_subr.c2811 vflush(struct mount *mp, struct vnode *skipvp, int flags) in vflush() function
H A Dvfs_syscalls.c3077 error = vflush(mp, NULLVP, SKIPSWAP | SKIPSYSTEM | SKIPROOT | lflags); in dounmount()