Home | History | Annotate | Download | only in ffs

Lines Matching refs:MNT_FORCE

382 	mp->mnt_flag |= MNT_FORCE;
388 mp->mnt_flag &= ~MNT_FORCE;
639 if (mp->mnt_flag & MNT_FORCE)
664 error = ffs_wapbl_stop(mp, mp->mnt_flag & MNT_FORCE);
700 (mp->mnt_flag & MNT_FORCE) ? "" :
944 (mp->mnt_flag & MNT_FORCE) ? "" : ", not mounting");
945 if ((mp->mnt_flag & MNT_FORCE) == 0) {
1331 if (error && (mp->mnt_flag & MNT_FORCE) == 0) {
1364 if ((fs->fs_flags & FS_DOWAPBL) && (mp->mnt_flag & MNT_FORCE) == 0) {
1377 (mp->mnt_flag & MNT_FORCE) ? "" : ", not mounting");
1378 if ((mp->mnt_flag & MNT_FORCE) == 0) {
1416 * unless MNT_FORCE is specified. (Note: MNT_FORCE is always set
1425 if ((mp->mnt_flag & MNT_FORCE) == 0 &&
1432 (mp->mnt_flag & MNT_FORCE) == 0) {
1602 (mp->mnt_flag & MNT_FORCE) ? "" : ", not mounting");
1603 if ((mp->mnt_flag & MNT_FORCE) == 0) {
1782 if (mntflags & MNT_FORCE)
1805 error = ffs_wapbl_stop(mp, doforce && (mntflags & MNT_FORCE));