OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_dirent
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/ews4800mips/stand/common/
diskutil.c
113
for (file = bfs->dirent, i = 0; i < bfs->
max_dirent
; i++, file++) {
/src/sys/fs/sysvbfs/
bfs.c
229
bfs->
max_dirent
= (n << DEV_BSHIFT) / sizeof(struct bfs_dirent);
233
for (i = 0; i < bfs->
max_dirent
; i++, file++)
237
DPRINTF(bfs->debug, "dirent: %d/%d\n", bfs->n_dirent, bfs->
max_dirent
);
382
for (file = bfs->dirent, i = 0; i < bfs->
max_dirent
; i++, file++)
385
if (i == bfs->
max_dirent
) {
517
for (file = bfs->dirent, i = 0; i < bfs->
max_dirent
; i++, file++)
521
if (i == bfs->
max_dirent
)
536
for (file = bfs->dirent, i = 0; i < bfs->
max_dirent
; i++, file++)
541
if (i == bfs->
max_dirent
)
728
DPRINTF(bfs->debug, "%d file entries.\n", bfs->
max_dirent
);
[
all
...]
bfs.h
129
int
max_dirent
;
member in struct:bfs
sysvbfs_vnops.c
648
if (i == bfs->
max_dirent
) {
Completed in 43 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025