Searched refs:vflush (Results 1 – 8 of 8) sorted by relevance
| /xnu-12377.1.9/bsd/miscfs/mockfs/ |
| H A D | mockfs_vfsops.c | 174 rvalue = vflush(mp, NULL, vflush_flags); in mockfs_unmount()
|
| /xnu-12377.1.9/bsd/miscfs/bindfs/ |
| H A D | bind_vfsops.c | 334 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 D | null_vfsops.c | 352 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 D | devfs_vfsops.c | 253 error = vflush(mp, NULLVP, flags); in devfs_unmount()
|
| /xnu-12377.1.9/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 205 (void)vflush(mp, NULLVP, flags); in routefs_unmount()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode.h | 1657 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_subr.c | 2811 vflush(struct mount *mp, struct vnode *skipvp, int flags) in vflush() function
|
| H A D | vfs_syscalls.c | 3077 error = vflush(mp, NULLVP, SKIPSWAP | SKIPSYSTEM | SKIPROOT | lflags); in dounmount()
|