OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fsstat
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/macppc/stand/installboot/
installboot.h
74
struct stat
fsstat
; /* fstat(2) of fsfd */
member in struct:__anon551177cf0208
/src/sys/coda/
coda_vfsops.c
430
struct coda_statfs
fsstat
;
local in function:coda_nb_statvfs
446
error = venus_statfs(vftomi(vfsp), l->l_cred, l, &
fsstat
);
452
sbp->f_blocks =
fsstat
.f_blocks;
453
sbp->f_bfree =
fsstat
.f_bfree;
454
sbp->f_bavail =
fsstat
.f_bavail;
456
sbp->f_files =
fsstat
.f_files;
457
sbp->f_ffree =
fsstat
.f_ffree;
458
sbp->f_favail =
fsstat
.f_ffree;
/src/tests/fs/common/
h_fsmacros.h
80
struct statvfs
fsstat
; \
81
if (statvfs(".", &
fsstat
) == 0 && \
82
(
fsstat
.f_frsize *
fsstat
.f_bfree) <= FSTEST_IMGSIZE) \
247
struct statvfs
fsstat
;
local in function:atf_check_fstype
251
if (statvfs(".", &
fsstat
) == 0 &&
252
(
fsstat
.f_frsize *
fsstat
.f_bfree) <= 64*1024*1024)
/src/usr.sbin/installboot/
installboot.h
89
struct stat
fsstat
; /* fstat(2) of fsfd */
member in struct:__anon78e59b4b0308
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025