OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:statvfs90
(Results
1 - 10
of
10
) sorted by relevancy
/src/lib/libc/compat/gen/
compat___getmntinfo13.c
58
__compat___getmntinfo13(struct
statvfs90
**mntbufp, int flags)
60
static struct
statvfs90
*mntbuf;
72
while (bufsize <= mntsize * sizeof(struct
statvfs90
)) {
75
bufsize = (mntsize + 1) * sizeof(struct
statvfs90
);
/src/sys/compat/sys/
statvfs.h
37
struct
statvfs90
{
struct
78
statvfs_to_statvfs90(const struct statvfs *s, struct
statvfs90
*s90)
118
struct
statvfs90
*s90 = kmem_zalloc(sizeof(*s90), KM_SLEEP);
131
int __compat_statvfs(const char *__restrict, struct
statvfs90
*__restrict);
132
int __compat_statvfs1(const char *__restrict, struct
statvfs90
*__restrict,
135
int __compat_fstatvfs(int, struct
statvfs90
*);
136
int __compat_fstatvfs1(int, struct
statvfs90
*, int);
138
int __compat___getmntinfo13(struct
statvfs90
**, int);
140
int __compat___fhstatvfs40(const void *, size_t, struct
statvfs90
*);
141
int __compat___fhstatvfs140(const void *, size_t, struct
statvfs90
*, int)
[
all
...]
/src/lib/libc/compat/sys/
compat_statvfs.c
66
__compat_statvfs(const char *path, struct
statvfs90
*buf)
76
__compat_statvfs1(const char *path, struct
statvfs90
*buf, int flags)
86
__compat_fstatvfs(int fd, struct
statvfs90
*buf)
96
__compat_fstatvfs1(int fd, struct
statvfs90
*buf, int flags)
106
__compat_getvfsstat(struct
statvfs90
*buf, size_t size, int flags)
compat_fhstatvfs.c
52
fhstatvfs(const struct compat_30_fhandle *fhp, struct
statvfs90
*buf)
compat_fhstatvfs1.c
52
fhstatvfs1(const struct compat_30_fhandle *fhp, struct
statvfs90
*buf,
compat___fhstatvfs140.c
51
__compat___fhstatvfs140(const void *fhp, size_t len, struct
statvfs90
*buf,
compat___fhstatvfs40.c
51
__compat___fhstatvfs40(const void *fhp, size_t len, struct
statvfs90
*buf)
/src/sys/compat/common/
vfs_syscalls_90.c
76
syscallarg(struct
statvfs90
*) buf;
83
sizeof(struct
statvfs90
), retval);
92
syscallarg(struct
statvfs90
*) buf;
101
sizeof(struct
statvfs90
));
113
syscallarg(struct
statvfs90
*) buf;
122
sizeof(struct
statvfs90
));
135
syscallarg(struct
statvfs90
*) buf;
145
sizeof(struct
statvfs90
));
vfs_syscalls_30.c
428
syscallarg(struct
statvfs90
*) buf;
437
sizeof(struct
statvfs90
));
/src/sys/sys/
syscallargs.h
2268
syscallarg(struct
statvfs90
*) buf;
2278
syscallarg(struct
statvfs90
*) buf;
2287
syscallarg(struct
statvfs90
*) buf;
2296
syscallarg(struct
statvfs90
*) buf;
2583
syscallarg(struct
statvfs90
*) buf;
Completed in 17 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025