OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:seg_table
(Results
1 - 7
of
7
) sorted by relevancy
/src/sbin/fsck_lfs/
fsck_vars.h
85
extern SEGUSE *
seg_table
;
pass5.c
82
seg_table
[i].su_nbytes > 0) {
84
i,
seg_table
[i].su_nbytes);
90
if (!preen && su->su_nbytes !=
seg_table
[i].su_nbytes) {
92
i, su->su_nbytes,
seg_table
[i].su_nbytes);
94
(int32_t)
seg_table
[i].su_nbytes)
96
seg_table
[i].su_nbytes);
99
seg_table
[i].su_nbytes);
101
su->su_nbytes =
seg_table
[i].su_nbytes;
pass6.c
64
* Our own copy of lfs_update_single so we can account in
seg_table
143
seg_table
[oldsn].su_nbytes -= osize;
173
seg_table
[sn].su_nbytes += size;
237
seg_table
[lfs_dtosn(fs, daddr)].su_nbytes -= DINOSIZE(fs);
296
(
seg_table
[sn].su_flags & SEGUSE_DIRTY) == 0) {
300
if (
seg_table
[sn].su_flags & SEGUSE_ACTIVE) {
309
seg_table
[sn].su_nbytes -= lfs_fsbtob(fs, 1);
455
seg_table
[sn].su_nbytes -= DINOSIZE(fs);
461
seg_table
[sn].su_nbytes += DINOSIZE(fs);
522
seg_table
[lfs_dtosn(fs, daddr)].su_nbytes += DINOSIZE(fs)
[
all
...]
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);
pass4.c
173
seg_table
[sn].su_nbytes -= lfs_fsbtob(fs, 1);
inode.c
115
seg_table
[segno].su_nbytes += DINOSIZE(fs);
493
seg_table
[oldsn].su_nbytes -= DINOSIZE(fs);
pass1.c
370
seg_table
[lfs_dtosn(fs, blkno)].su_nbytes += idesc->id_numfrags * lfs_sb_getfsize(fs);
Completed in 14 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025