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

  /src/sys/ufs/lfs/
lfs_segment.c 1950 * Remove SEGUSE_INVAL from all segments.
1961 if (sup->su_flags & SEGUSE_INVAL) {
1962 sup->su_flags &= ~SEGUSE_INVAL;
2027 isdirty = sup->su_flags & (SEGUSE_DIRTY | (skip_inval ? SEGUSE_INVAL : 0));
lfs_vfsops.c 1222 if (sup->su_flags & (SEGUSE_ACTIVE|SEGUSE_INVAL)) {
1223 sup->su_flags &= ~(SEGUSE_ACTIVE|SEGUSE_INVAL);
2509 badnews = sup->su_nbytes || !(sup->su_flags & SEGUSE_INVAL);
lfs.h 540 #define SEGUSE_INVAL 0x20 /* segment is invalid */
lfs_vnops.c 2061 /* Mark a segment SEGUSE_INVAL */
2068 sup->su_flags |= SEGUSE_INVAL;

Completed in 21 milliseconds