HomeSort by: relevance | last modified time | path
    Searched defs:seg_table (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_lfs/
setup.c 100 SEGUSE *seg_table; variable in typeref:typename:SEGUSE *
427 seg_table = ecalloc(lfs_sb_getnseg(fs), sizeof(SEGUSE));
431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE;
433 seg_table[i].su_nbytes = sup->su_nbytes;
439 seg_table[lfs_dtosn(fs, lfs_sb_getidaddr(fs))].su_nbytes += DINOSIZE(fs);
setup.c 100 SEGUSE *seg_table; variable in typeref:typename:SEGUSE *
427 seg_table = ecalloc(lfs_sb_getnseg(fs), sizeof(SEGUSE));
431 seg_table[i].su_flags = sup->su_flags & ~SEGUSE_ACTIVE;
433 seg_table[i].su_nbytes = sup->su_nbytes;
439 seg_table[lfs_dtosn(fs, lfs_sb_getidaddr(fs))].su_nbytes += DINOSIZE(fs);

Completed in 63 milliseconds