Home
last modified time | relevance | path

Searched refs:su_flags (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sbin/fsck_lfs/
H A Dpass5.c80 if (!preen && !(su->su_flags & SEGUSE_DIRTY) && in pass5()
85 su->su_flags |= SEGUSE_DIRTY; in pass5()
104 if (su->su_flags & SEGUSE_DIRTY) { in pass5()
117 if (su->su_flags & SEGUSE_SUPERBLOCK) in pass5()
H A Dpass6.c296 (seg_table[sn].su_flags & SEGUSE_DIRTY) == 0) { in pass6check()
300 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()
597 sup->su_flags |= SEGUSE_DIRTY; in pass6()
832 if (!(seg_table[lfs_dtosn(fs, daddr)].su_flags & SEGUSE_DIRTY)) { in pass6()
833 seg_table[lfs_dtosn(fs, daddr)].su_flags |= SEGUSE_DIRTY; in pass6()
835 sup->su_flags |= SEGUSE_DIRTY; in pass6()
897 if ((sup->su_flags & SEGUSE_DIRTY) == 0) { in pass6()
898 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in pass6()
H A Dsetup.c299 isdirty = sup->su_flags & SEGUSE_DIRTY; in setup()
431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE; in setup()
H A Dsegwrite.c666 if (sup->su_flags & SEGUSE_SUPERBLOCK) { in lfs_initseg()
732 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_newseg()
750 isdirty = sup->su_flags & SEGUSE_DIRTY; in lfs_newseg()
793 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_writeseg()
/netbsd-src/sys/ufs/lfs/
H A Dlfs_rfw.c423 if (sup->su_flags & SEGUSE_SUPERBLOCK) in check_segsum()
639 if (!(sup->su_flags & SEGUSE_DIRTY)) in lfs_roll_forward()
641 sup->su_flags |= SEGUSE_DIRTY; in lfs_roll_forward()
650 if (!(sup->su_flags & SEGUSE_DIRTY)) in lfs_roll_forward()
652 sup->su_flags |= SEGUSE_DIRTY; in lfs_roll_forward()
688 dirty = (sup->su_flags & SEGUSE_DIRTY); in lfs_roll_forward()
H A Dlfs_vfsops.c1186 !(sup->su_flags & SEGUSE_EMPTY)) { in lfs_mountfs()
1187 sup->su_flags |= SEGUSE_EMPTY; in lfs_mountfs()
1190 (sup->su_flags & SEGUSE_EMPTY)) { in lfs_mountfs()
1191 sup->su_flags &= ~SEGUSE_EMPTY; in lfs_mountfs()
1194 if (sup->su_flags & (SEGUSE_ACTIVE|SEGUSE_INVAL)) { in lfs_mountfs()
1195 sup->su_flags &= ~(SEGUSE_ACTIVE|SEGUSE_INVAL); in lfs_mountfs()
1199 fs->lfs_suflags[0][i] = sup->su_flags; in lfs_mountfs()
1287 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE; in lfs_mountfs()
2408 badnews = sup->su_nbytes || !(sup->su_flags & SEGUSE_INVAL); in lfs_resize_fs()
2409 if (sup->su_flags in lfs_resize_fs()
[all...]
H A Dlfs_syscalls.c842 if (sup->su_flags & SEGUSE_ACTIVE) { in lfs_do_segclean()
848 if (!(sup->su_flags & SEGUSE_DIRTY)) { in lfs_do_segclean()
856 if (sup->su_flags & SEGUSE_SUPERBLOCK) in lfs_do_segclean()
869 sup->su_flags &= ~SEGUSE_DIRTY; in lfs_do_segclean()
H A Dlfs_segment.c710 segusep->su_flags & SEGUSE_ACTIVE) { in lfs_segwrite()
711 segusep->su_flags &= ~SEGUSE_ACTIVE; in lfs_segwrite()
716 segusep->su_flags; in lfs_segwrite()
1760 isdirty = sup->su_flags & SEGUSE_DIRTY;
1814 if (sup->su_flags & SEGUSE_SUPERBLOCK) {
1900 if (sup->su_flags & SEGUSE_INVAL) {
1901 sup->su_flags &= ~SEGUSE_INVAL;
1942 sup->su_flags |= SEGUSE_DIRTY | SEGUSE_ACTIVE;
1966 isdirty = sup->su_flags & (SEGUSE_DIRTY | (skip_inval ? SEGUSE_INVAL : 0));
1969 !(sup->su_flags & SEGUSE_EMPTY))
H A Dlfs.h541 uint32_t su_flags; /* 12: segment flags */ member
552 uint32_t su_flags; /* 12: segment flags */ member
H A Dlfs_accessors.h697 (SP)->su_flags |= SEGUSE_EMPTY; \
699 (SP)->su_flags &= ~SEGUSE_EMPTY; \
700 (F)->lfs_suflags[(F)->lfs_activesb][(IN)] = (SP)->su_flags; \
H A Dlfs_vnops.c2062 sup->su_flags |= SEGUSE_INVAL; in lfs_fcntl()
/netbsd-src/sbin/newfs_lfs/
H A Dmake_lfs.c786 segp->su_flags = SEGUSE_SUPERBLOCK; in make_lfs()
792 segp->su_flags = SEGUSE_SUPERBLOCK; in make_lfs()
796 segp->su_flags = 0; in make_lfs()
921 if (segp->su_flags & SEGUSE_DIRTY) { in make_lfs()
933 if (segp->su_flags & SEGUSE_SUPERBLOCK) in make_lfs()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc.c1721 union stream_update_flags *su_flags = &stream_update->stream->update_flags; in check_update_surfaces_for_stream() local
1726 su_flags->bits.scaling = 1; in check_update_surfaces_for_stream()
1729 su_flags->bits.out_tf = 1; in check_update_surfaces_for_stream()
1732 su_flags->bits.abm_level = 1; in check_update_surfaces_for_stream()
1735 su_flags->bits.dpms_off = 1; in check_update_surfaces_for_stream()
1738 su_flags->bits.gamut_remap = 1; in check_update_surfaces_for_stream()
1741 su_flags->bits.wb_update = 1; in check_update_surfaces_for_stream()
1742 if (su_flags->raw != 0) in check_update_surfaces_for_stream()
1746 su_flags->bits.out_csc = 1; in check_update_surfaces_for_stream()
/netbsd-src/usr.sbin/dumplfs/
H A Ddumplfs.c99 if (sp->su_flags & SEGUSE_ACTIVE) in print_suentry()
101 if (sp->su_flags & SEGUSE_DIRTY) in print_suentry()
105 if (sp->su_flags & SEGUSE_SUPERBLOCK) in print_suentry()
/netbsd-src/sys/fs/nilfs/
H A Dnilfs_fs.h534 uint32_t su_flags; /* NILFS_SEGMENT_USAGE_* flags */ member
/netbsd-src/libexec/lfs_cleanerd/
H A Dlfs_cleanerd.c1108 fs->clfs_segtab[i + j].flags |= sup->su_flags; in clean_fs()