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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dosf_sys.c215 linux_to_osf_statfs(struct kstatfs *linux_stat, struct osf_statfs __user *osf_stat, argument
220 tmp_stat.f_type = linux_stat->f_type;
222 tmp_stat.f_fsize = linux_stat->f_frsize;
223 tmp_stat.f_bsize = linux_stat->f_bsize;
224 tmp_stat.f_blocks = linux_stat->f_blocks;
225 tmp_stat.f_bfree = linux_stat->f_bfree;
226 tmp_stat.f_bavail = linux_stat->f_bavail;
227 tmp_stat.f_files = linux_stat->f_files;
228 tmp_stat.f_ffree = linux_stat->f_ffree;
229 tmp_stat.f_fsid = linux_stat
239 struct kstatfs linux_stat; local
[all...]

Completed in 50 milliseconds