OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:volume_size
(Results
1 - 8
of
8
) sorted by relevancy
/src/sbin/newfs_v7fs/
main.c
61
determine_ilist_size(v7fs_daddr_t
volume_size
, int32_t files)
68
ilist_size =
volume_size
/ 25; /* 4% */
172
if (j == (int32_t)fs->superblock.
volume_size
)
201
make_filesystem(struct v7fs_self *fs, v7fs_daddr_t
volume_size
,
226
sb->
volume_size
=
volume_size
;
244
sb->total_freeblock =
volume_size
- sb->datablock_start_sector;
257
(
volume_size
- sb->datablock_start_sector) / PROGRESS_BAR_GRANULE});
276
v7fs_daddr_t
volume_size
= mount->sectors;
local
279
if (
volume_size
> V7FS_DADDR_MAX + 1)
[
all
...]
/src/sys/fs/v7fs/
v7fs_superblock_util.c
69
stat->total_blocks = sb->
volume_size
- sb->datablock_start_sector;
86
print(
volume_size
);
v7fs_superblock.c
123
if ((sb->
volume_size
< 128) || /* smaller than 64KB. */
124
(sb->datablock_start_sector > sb->
volume_size
) ||
128
(sb->total_freeblock > sb->
volume_size
) ||
131
(!(buf = scratch_read(fs, sb->
volume_size
- 1)))) {
242
conv32(
volume_size
);
v7fs.h
60
* <- [sector
volume_size
]
101
v7fs_daddr_t
volume_size
;
member in struct:v7fs_superblock
v7fs_datablock.c
87
(blk < sb->
volume_size
);
/src/sbin/fsck_v7fs/
datablock.c
115
int ndata = sb->
volume_size
- sb->datablock_start_sector - nfree;
209
int n = sb->
volume_size
- sb->total_freeblock;
freeblock.c
267
v7fs_daddr_t datablock_size = sb->
volume_size
-
/src/external/bsd/libarchive/dist/libarchive/
archive_read_support_format_iso9660.c
359
uint64_t
volume_size
; /* Total size of volume in bytes. */
member in struct:iso9660
724
iso9660->
volume_size
= logical_block_size * (uint64_t)volume_block;
979
iso9660->
volume_size
=
1057
if (parent->offset + parent->size > iso9660->
volume_size
) {
1348
if (file->offset + file->size > iso9660->
volume_size
) {
2382
> iso9660->
volume_size
) {
Completed in 30 milliseconds
Indexes created Tue Jul 14 00:26:25 UTC 2026