Searched refs:vflush (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/miscfs/mockfs/
H A Dmockfs_vfsops.c169 rvalue = vflush(mp, NULL, vflush_flags);
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_vfsops.c248 error = vflush(mp, NULLVP, flags);
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h678 #define SKIPSYSTEM 0x0001 /* vflush: skip vnodes marked VSYSTEM */
679 #define FORCECLOSE 0x0002 /* vflush: force file closeure */
680 #define WRITECLOSE 0x0004 /* vflush: only close writeable files */
681 #define SKIPSWAP 0x0008 /* vflush: skip vnodes marked VSWAP */
682 #define SKIPROOT 0x0010 /* vflush: skip root vnodes marked VROOT */
1283 @function vflush
1299 int vflush(struct mount *mp, struct vnode *skipvp, int flags);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_vfsops.c2224 (void) vflush(mp, NULLVP, FORCECLOSE);
3447 * extra reference when doing the intial vflush.
3466 error = vflush(mp, skipvp, SKIPSYSTEM | SKIPSWAP | flags);
3470 error = vflush(mp, skipvp, SKIPSYSTEM | flags);
3509 error = vflush(mp, NULLVP, SKIPSYSTEM | flags);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vfsops.c4142 * - Call vflush() to clear out vnodes for this file system,
4151 * vflush will check for busy vnodes on mountpoint.
4155 error = vflush(mp, vp, SKIPSWAP | flags);
4157 error = vflush(mp, NULLVP, flags); /* locks vp in the process */
4162 error = vflush(mp, vp, flags);
4183 vflush(mp, NULLVP, FORCECLOSE);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_subr.c1908 vflush(struct mount *mp, struct vnode *skipvp, int flags) function
2050 vprint("vflush: busy vnode", vp);
H A Dvfs_syscalls.c1899 error = vflush(mp, NULLVP, SKIPSWAP | SKIPSYSTEM | SKIPROOT | lflags);

Completed in 132 milliseconds