Home
last modified time | relevance | path

Searched refs:linux_stat (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/alpha/kernel/
H A Dosf_sys.c309 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs()
312 tmp_stat.f_bsize = linux_stat->f_bsize; in linux_to_osf_statfs()
314 tmp_stat.f_bfree = linux_stat->f_bfree; in linux_to_osf_statfs()
316 tmp_stat.f_files = linux_stat->f_files; in linux_to_osf_statfs()
318 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs()
330 tmp_stat.f_type = linux_stat->f_type; in linux_to_osf_statfs64()
338 tmp_stat.f_fsid = linux_stat->f_fsid; in linux_to_osf_statfs64()
347 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local
393 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local
403 struct kstatfs linux_stat; in SYSCALL_DEFINE3() local
[all …]