OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bufc
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/lfs_cleanerd/
fdfs.h
9
int
fd_bufc
; /* Number of segment buffers */
member in struct:fdfs
fdfs.c
92
fs->
fd_bufc
= nseg;
141
for (i = 0; i < fs->
fd_bufc
; i++)
179
if (fs->fd_bufi == fs->
fd_bufc
) {
180
++fs->
fd_bufc
;
182
fs->
fd_bufc
);
183
t = realloc(fs->fd_bufp, fs->
fd_bufc
* sizeof(struct fd_buf));
186
fs->
fd_bufc
);
195
fs->
fd_bufc
);
196
--fs->
fd_bufc
;
226
for (i = 0; i < fs->
fd_bufc
; i++)
[
all
...]
Completed in 12 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025