Home
last modified time | relevance | path

Searched refs:IMNT_ONWORKLIST (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/sys/
H A Dfstypes.h235 #define IMNT_ONWORKLIST 0x00000400 /* on syncer worklist */ macro
/netbsd-src/sys/kern/
H A Dvfs_subr.c760 KASSERT((mp->mnt_iflag & IMNT_ONWORKLIST) == 0); in vfs_syncer_add_to_worklist()
778 mp->mnt_iflag |= IMNT_ONWORKLIST; in vfs_syncer_add_to_worklist()
793 KASSERT((mp->mnt_iflag & IMNT_ONWORKLIST) != 0); in vfs_syncer_remove_from_worklist()
796 mp->mnt_iflag &= ~IMNT_ONWORKLIST; in vfs_syncer_remove_from_worklist()
857 if ((mp->mnt_iflag & IMNT_ONWORKLIST) == 0 || in sched_sync()
H A Dvfs_mount.c961 used_syncer = (mp->mnt_iflag & IMNT_ONWORKLIST) != 0; in dounmount()
H A Dvfs_syscalls.c428 if ((mp->mnt_iflag & IMNT_ONWORKLIST) == 0) in mount_update()
431 if ((mp->mnt_iflag & IMNT_ONWORKLIST) != 0) in mount_update()