OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V7FS_MAX_FREEBLOCK
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/v7fs/
v7fs.h
96
#define
V7FS_MAX_FREEBLOCK
50
103
v7fs_daddr_t freeblock[
V7FS_MAX_FREEBLOCK
]; /* cache. */
125
v7fs_daddr_t freeblock[
V7FS_MAX_FREEBLOCK
];
v7fs_superblock.c
126
(sb->nfreeblock >
V7FS_MAX_FREEBLOCK
) ||
180
if (nfree <= 0 || nfree >
V7FS_MAX_FREEBLOCK
) {
182
V7FS_MAX_FREEBLOCK
);
246
for (i = 0; i <
V7FS_MAX_FREEBLOCK
; i++, dfrom++, dto++)
v7fs_datablock.c
160
if (sb->nfreeblock <
V7FS_MAX_FREEBLOCK
) {
177
fb->nfreeblock =
V7FS_MAX_FREEBLOCK
;
179
for (i = 0; i <
V7FS_MAX_FREEBLOCK
; i++)
/src/sbin/newfs_v7fs/
main.c
169
for (i =
V7FS_MAX_FREEBLOCK
- 1, j = listblk + 1, k = 0; i >= 0;
239
sb->nfreeblock =
V7FS_MAX_FREEBLOCK
;
240
for (i =
V7FS_MAX_FREEBLOCK
- 1, j = sb->datablock_start_sector; i >= 0;
Completed in 41 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025