Home
last modified time | relevance | path

Searched refs:SEGUSE_ACTIVE (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/ufs/lfs/
H A Dlfs_subr.c409 (SEGUSE_ACTIVE | SEGUSE_DIRTY | SEGUSE_EMPTY)) == in lfs_auto_segclean()
412 (SEGUSE_ACTIVE | SEGUSE_DIRTY | SEGUSE_EMPTY)) == in lfs_auto_segclean()
H A Dlfs_vfsops.c1194 if (sup->su_flags & (SEGUSE_ACTIVE|SEGUSE_INVAL)) { in lfs_mountfs()
1195 sup->su_flags &= ~(SEGUSE_ACTIVE|SEGUSE_INVAL); in lfs_mountfs()
1287 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_mountfs()
H A Dlfs.h535 #define SEGUSE_ACTIVE 0x01 /* segment currently being written */ macro
H A Dlfs_segment.c710 segusep->su_flags & SEGUSE_ACTIVE) { in lfs_segwrite()
711 segusep->su_flags &= ~SEGUSE_ACTIVE; in lfs_segwrite()
1942 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE;
H A Dlfs_syscalls.c842 if (sup->su_flags & SEGUSE_ACTIVE) { in lfs_do_segclean()
/netbsd-src/sbin/fsck_lfs/
H A Dpass6.c300 if (seg_table[sn].su_flags & SEGUSE_ACTIVE) { in pass6check()
595 seg_table[lfs_dtosn(fs, daddr)].su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in pass6()
898 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in pass6()
H A Dsetup.c431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; in setup()
H A Dsegwrite.c732 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_newseg()
793 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_writeseg()
/netbsd-src/libexec/lfs_cleanerd/
H A Dcoalesce.c297 if (sup->flags & SEGUSE_ACTIVE) in clean_inode()
H A Dlfs_cleanerd.c752 if ((t->flags & SEGUSE_ACTIVE) || !(t->flags & SEGUSE_DIRTY)) { in calc_cb()
/netbsd-src/usr.sbin/dumplfs/
H A Ddumplfs.c99 if (sp->su_flags & SEGUSE_ACTIVE) in print_suentry()