OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ninodes
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/ufs/lfs/
lfs_debug.c
249
- LFS_INUMSIZE(fs)*((sp->
ninodes
+LFS_INOPB(fs)-1) / LFS_INOPB(fs));
268
- sizeof(int32_t) * ((sp->
ninodes
+LFS_INOPB(fs)-1) / LFS_INOPB(fs))
lfs_segment.c
1150
iip = NTH_IINFO(fs, sp->segsum, sp->
ninodes
/ LFS_INOPB(fs));
1181
cdp = DINO_IN_BLOCK(fs, bp->b_data, sp->
ninodes
% LFS_INOPB(fs));
1296
sp->idp = DINO_IN_BLOCK(fs, bp, sp->
ninodes
% LFS_INOPB(fs));
1317
if (++sp->
ninodes
% LFS_INOPB(fs) == 0)
1909
sp->
ninodes
= 0;
lfs.h
1180
uint32_t
ninodes
; /* number of inodes in this segment */
member in struct:segment
/src/sbin/fsck_lfs/
segwrite.c
289
iip = NTH_IINFO(fs, sp->segsum, sp->
ninodes
/ LFS_INOPB(fs));
313
cdp = DINO_IN_BLOCK(fs, bp->b_data, sp->
ninodes
% LFS_INOPB(fs));
320
sp->idp = DINO_IN_BLOCK(fs, bp->b_data, sp->
ninodes
% LFS_INOPB(fs));
331
if (++sp->
ninodes
% LFS_INOPB(fs) == 0)
687
sp->
ninodes
= 0;
Completed in 15 milliseconds
Indexes created Tue Oct 14 06:10:07 GMT 2025