OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ilist_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/sbin/newfs_v7fs/
main.c
63
v7fs_daddr_t
ilist_size
;
local in function:determine_ilist_size
66
ilist_size
= howmany(files, V7FS_INODE_PER_BLOCK);
68
ilist_size
= volume_size / 25; /* 4% */
69
if (
ilist_size
> (v7fs_daddr_t)V7FS_ILISTBLK_MAX)
70
ilist_size
= V7FS_ILISTBLK_MAX;
72
return
ilist_size
;
202
v7fs_daddr_t
ilist_size
)
213
ilist_size
/ PROGRESS_BAR_GRANULE });
215
for (i = V7FS_ILIST_SECTOR; i < (int32_t)
ilist_size
; i++) {
227
sb->datablock_start_sector =
ilist_size
+ V7FS_ILIST_SECTOR
274
v7fs_daddr_t
ilist_size
;
local in function:v7fs_newfs
[
all
...]
Completed in 17 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025