OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fd_bufp
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/lfs_cleanerd/
fdfs.c
71
fs->
fd_bufp
= malloc(nseg * sizeof(struct fd_buf));
72
if (fs->
fd_bufp
== NULL) {
77
fs->
fd_bufp
[i].start = 0x0;
78
fs->
fd_bufp
[i].end = 0x0;
79
fs->
fd_bufp
[i].buf = malloc(segsize);
80
if (fs->
fd_bufp
[i].buf == NULL) {
82
free(fs->
fd_bufp
[i].buf);
83
free(fs->
fd_bufp
);
89
fs->
fd_bufp
= NULL;
99
if (fs->
fd_bufp
) {
[
all
...]
fdfs.h
11
struct fd_buf *
fd_bufp
; /* The buffers */
member in struct:fdfs
Completed in 364 milliseconds
Indexes created Fri Oct 17 22:10:11 GMT 2025