OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bufi
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/lfs_cleanerd/
fdfs.c
93
fs->
fd_bufi
= 0;
154
--((struct fdfs *)vp->v_fs)->
fd_bufi
;
163
((struct fdfs *)vp->v_fs)->
fd_bufi
= 0;
168
* We never increment
fd_bufi
unless we have succeeded to allocate the space,
179
if (fs->
fd_bufi
== fs->fd_bufc) {
190
fs->fd_bufp[fs->
fd_bufi
].start = 0x0;
191
fs->fd_bufp[fs->
fd_bufi
].end = 0x0;
192
fs->fd_bufp[fs->
fd_bufi
].buf = malloc(fs->fd_ssize);
193
if (fs->fd_bufp[fs->
fd_bufi
].buf == NULL) {
202
fs->fd_bufp[fs->
fd_bufi
].start = start
[
all
...]
fdfs.h
10
int
fd_bufi
; /* Index to next segment buffer */
member in struct:fdfs
Completed in 12 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025