Searched refs:IMNT_ONWORKLIST (Results 1 – 4 of 4) sorted by relevance
235 #define IMNT_ONWORKLIST 0x00000400 /* on syncer worklist */ macro
760 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()
961 used_syncer = (mp->mnt_iflag & IMNT_ONWORKLIST) != 0; in dounmount()
428 if ((mp->mnt_iflag & IMNT_ONWORKLIST) == 0) in mount_update() 431 if ((mp->mnt_iflag & IMNT_ONWORKLIST) != 0) in mount_update()