OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_dirent
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/sysvbfs/
bfs.h
128
int
n_dirent
;
member in struct:bfs
bfs.c
232
bfs->
n_dirent
= 0;
235
bfs->
n_dirent
++;
237
DPRINTF(bfs->debug, "dirent: %d/%d\n", bfs->
n_dirent
, bfs->max_dirent);
323
bfs->
n_dirent
--;
428
bfs->
n_dirent
++;
738
if (j != bfs->
n_dirent
) {
sysvbfs_vnops.c
643
if ((i + n) > bfs->
n_dirent
)
644
n = bfs->
n_dirent
- i;
646
DPRINTF("%s 1: %d %d %d\n", __func__, i, n, bfs->
n_dirent
);
670
DPRINTF("%s 2: %d %d %d\n", __func__, i, n, bfs->
n_dirent
);
671
*ap->a_eofflag = (i == bfs->
n_dirent
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025