/freebsd/sys/fs/autofs/ |
H A D | autofs_vfsops.c | 126 error = vflush(mp, 0, flags, curthread); in autofs_unmount()
|
/freebsd/sys/fs/fdescfs/ |
H A D | fdesc_vfsops.c | 156 if ((error = vflush(mp, 1, flags, curthread)) != 0) in fdesc_unmount()
|
/freebsd/sys/fs/unionfs/ |
H A D | union_vfsops.c | 317 vflush(mp, 1, FORCECLOSE, curthread); in unionfs_domount() 387 for (freeing = 0; (error = vflush(mp, 1, flags, curthread)) != 0;) { in unionfs_unmount()
|
/freebsd/sys/fs/devfs/ |
H A D | devfs_vfsops.c | 185 error = vflush(mp, 1, flags, curthread); in devfs_unmount()
|
/freebsd/sys/fs/tmpfs/ |
H A D | tmpfs_vfsops.c | 305 error = vflush(mp, 0, flags, curthread); in tmpfs_rw_to_ro() 514 error = vflush(mp, 0, flags, curthread); in tmpfs_unmount()
|
/freebsd/sys/fs/smbfs/ |
H A D | smbfs_vfsops.c | 282 error = vflush(mp, 1, flags, td); in smbfs_unmount()
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs.c | 409 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in pfs_unmount()
|
/freebsd/sys/fs/nullfs/ |
H A D | null_vfsops.c | 265 error = vflush(mp, 0, flags, curthread); in nullfs_unmount()
|
/freebsd/sys/fs/p9fs/ |
H A D | p9fs_vfsops.c | 161 error = vflush(mp, 1, flags, curthread); in p9fs_unmount()
|
/freebsd/sys/fs/msdosfs/ |
H A D | msdosfs_vfsops.c | 263 error = vflush(mp, 0, flags, td); in msdosfs_mount() 911 error = vflush(mp, 0, flags, curthread); in msdosfs_unmount()
|
/freebsd/sys/fs/fuse/ |
H A D | fuse_vfsops.c | 497 err = vflush(mp, 0, flags, td); in fuse_vfsop_unmount()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_vfsops.c | 1355 error = vflush(mp, 0, SKIPSYSTEM|flags, td); in ffs_flushfiles() 1369 * Here we fall through to vflush again to ensure that in ffs_flushfiles() 1377 if ((error = vflush(mp, 0, SKIPSYSTEM | flags, td)) != 0) in ffs_flushfiles() 1382 * Here we fall through to vflush again to ensure in ffs_flushfiles() 1398 if (qerror == 0 && (error = vflush(mp, 0, flags, td)) != 0) in ffs_flushfiles() 1403 * were unlinked but still open, then vflush() will have in ffs_flushfiles()
|
/freebsd/sys/fs/udf/ |
H A D | udf_vfsops.c | 518 if ((error = vflush(mp, 0, flags, curthread)))
|
/freebsd/sys/fs/cd9660/ |
H A D | cd9660_vfsops.c | 533 if ((error = vflush(mp, 0, flags, curthread))) in cd9660_unmount()
|
/freebsd/sys/fs/tarfs/ |
H A D | tarfs_vfsops.c | 1077 error = vflush(mp, 0, flags, curthread); in tarfs_unmount()
|
/freebsd/sys/sys/ |
H A D | vnode.h | 415 #define SKIPSYSTEM 0x0001 /* vflush: skip vnodes marked VSYSTEM */ 416 #define FORCECLOSE 0x0002 /* vflush: force file closure */ 417 #define WRITECLOSE 0x0004 /* vflush: only close writable files */ 418 #define EARLYFLUSH 0x0008 /* vflush: early call for ffs_flushfiles */ 734 int vflush(struct mount *mp, int rootrefs, int flags, struct thread *td);
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zfs_vfsops.c | 1700 * vflush(FORCECLOSE). This way we ensure no future vnops in zfs_umount() 1711 ret = vflush(vfsp, 0, (fflag & MS_FORCE) ? FORCECLOSE : 0, td); in zfs_umount()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clvfsops.c | 1897 error = vflush(mp, 1, flags, td); in nfs_unmount()
|
/freebsd/sys/kern/ |
H A D | uipc_mqueue.c | 625 error = vflush(mp, 0, (mntflags & MNT_FORCE) ? FORCECLOSE : 0, in mqfs_unmount()
|
H A D | vfs_subr.c | 4152 vflush(struct mount *mp, int rootrefs, int flags, struct thread *td) in vflush() function
|
/freebsd/share/man/man9/ |
H A D | Makefile | 353 vflush.9 \
|