OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:osfs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/compat/linux/arch/alpha/
linux_osf1.c
137
osf1_cvt_statfs_from_native(const struct statvfs *bsfs, struct osf1_statfs *
osfs
)
140
memset(
osfs
, 0, sizeof(*
osfs
));
142
osfs
->f_type = OSF1_MOUNT_UFS;
144
osfs
->f_type = OSF1_MOUNT_NFS;
146
osfs
->f_type = OSF1_MOUNT_MFS;
149
osfs
->f_type = OSF1_MOUNT_ADDON;
150
osfs
->f_flags = bsfs->f_flag; /* XXX translate */
151
osfs
->f_fsize = bsfs->f_frsize;
152
osfs
->f_bsize = bsfs->f_bsize
525
struct osf1_statfs
osfs
;
local in function:linux_sys_osf1_statfs
550
struct osf1_statfs
osfs
;
local in function:linux_sys_osf1_fstatfs
[
all
...]
linux_osf1.c
137
osf1_cvt_statfs_from_native(const struct statvfs *bsfs, struct osf1_statfs *
osfs
)
140
memset(
osfs
, 0, sizeof(*
osfs
));
142
osfs
->f_type = OSF1_MOUNT_UFS;
144
osfs
->f_type = OSF1_MOUNT_NFS;
146
osfs
->f_type = OSF1_MOUNT_MFS;
149
osfs
->f_type = OSF1_MOUNT_ADDON;
150
osfs
->f_flags = bsfs->f_flag; /* XXX translate */
151
osfs
->f_fsize = bsfs->f_frsize;
152
osfs
->f_bsize = bsfs->f_bsize
525
struct osf1_statfs
osfs
;
local in function:linux_sys_osf1_statfs
550
struct osf1_statfs
osfs
;
local in function:linux_sys_osf1_fstatfs
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025