HomeSort by: relevance | last modified time | path
    Searched refs:FS_DOWAPBL (Results 1 - 7 of 7) sorted by relevancy

  /src/sbin/fsck_ffs/
wapbl.c 173 if (sblock->fs_flags & FS_DOWAPBL) {
181 sblock->fs_flags &= ~FS_DOWAPBL;
210 sblock->fs_flags &= ~FS_DOWAPBL;
218 if (sblock->fs_flags & FS_DOWAPBL) {
228 sblock->fs_flags &= ~FS_DOWAPBL;
setup.c 192 if (sblock->fs_flags & FS_DOWAPBL) {
204 sblock->fs_flags &= ~FS_DOWAPBL;
  /src/sys/ufs/ffs/
ffs_wapbl.c 374 if ((fs->fs_flags & FS_DOWAPBL) == 0) {
375 fs->fs_flags |= FS_DOWAPBL;
405 } else if (fs->fs_flags & FS_DOWAPBL) {
407 fs->fs_flags &= ~FS_DOWAPBL;
446 * Make sure turning off FS_DOWAPBL is only removed
460 KASSERT(fs->fs_flags & FS_DOWAPBL);
462 fs->fs_flags &= ~FS_DOWAPBL;
470 fs->fs_flags |= FS_DOWAPBL;
473 fs->fs_flags &= ~FS_DOWAPBL; /* Repeat in case of forced error */
fs.h 439 #define FS_DOWAPBL 0x100 /* Write ahead physical block logging */
447 #define FS_KNOWN_FLAGS (FS_DOSOFTDEP | FS_DOWAPBL | FS_DOQUOTA2 | \
ffs_vfsops.c 711 if (fs->fs_flags & FS_DOWAPBL) {
1329 if ((mp->mnt_wapbl_replay == 0) && (fs->fs_flags & FS_DOWAPBL)) {
1364 if ((fs->fs_flags & FS_DOWAPBL) && (mp->mnt_flag & MNT_FORCE) == 0) {
1419 if (fs->fs_flags & FS_DOWAPBL) {
1421 * wapbl normally expects to be FS_WASCLEAN when the FS_DOWAPBL
1465 if (!((fs->fs_flags & FS_DOWAPBL) && (fs->fs_clean & FS_WASCLEAN))) {
ffs_snapshot.c 610 copyfs->fs_flags &= ~FS_DOWAPBL;
672 if ((fs->fs_flags & FS_DOWAPBL) &&
1357 if ((fs->fs_flags & FS_DOWAPBL) == 0)
1916 if ((fs->fs_flags & FS_DOWAPBL) &&
  /src/usr.sbin/dumpfs/
dumpfs.c 441 if (fs->fs_flags & FS_DOWAPBL)
449 FS_NFS4ACLS | FS_FLAGS_UPDATED | FS_DOWAPBL |

Completed in 18 milliseconds