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

/netbsd-current/sys/sys/
H A Dfstypes.h235 #define IMNT_ONWORKLIST 0x00000400 /* on syncer worklist */ macro
280 "\13IMNT_ONWORKLIST" \
/netbsd-current/sys/kern/
H A Dvfs_subr.c759 KASSERT((mp->mnt_iflag & IMNT_ONWORKLIST) == 0);
777 mp->mnt_iflag |= IMNT_ONWORKLIST;
792 KASSERT((mp->mnt_iflag & IMNT_ONWORKLIST) != 0);
795 mp->mnt_iflag &= ~IMNT_ONWORKLIST;
856 if ((mp->mnt_iflag & IMNT_ONWORKLIST) == 0 ||
H A Dvfs_mount.c959 used_syncer = (mp->mnt_iflag & IMNT_ONWORKLIST) != 0;
H A Dvfs_syscalls.c423 if ((mp->mnt_iflag & IMNT_ONWORKLIST) == 0)
426 if ((mp->mnt_iflag & IMNT_ONWORKLIST) != 0)

Completed in 314 milliseconds