2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
6 * Copyright (C) 1995, 1999 by Ralf Baechle
11 #include <linux/posix_types.h>
12 #include <asm/sgidefs.h>
14 #ifndef __KERNEL_STRICT_NAMES
16 #include <linux/types.h>
18 typedef __kernel_fsid_t fsid_t;
24 #define f_fstyp f_type
26 long f_frsize; /* Fragment size - unsupported */
34 __kernel_fsid_t f_fsid;
40 #if (_MIPS_SIM == _MIPS_SIM_ABI32) || (_MIPS_SIM == _MIPS_SIM_NABI32)
43 * Unlike the traditional version the LFAPI version has none of the ABI junk
48 __u32 f_frsize; /* Fragment size - unsupported */
55 __kernel_fsid_t f_fsid;
61 #endif /* _MIPS_SIM == _MIPS_SIM_ABI32 */
63 #if _MIPS_SIM == _MIPS_SIM_ABI64
65 struct statfs64 { /* Same as struct statfs */
68 long f_frsize; /* Fragment size - unsupported */
76 __kernel_fsid_t f_fsid;
82 struct compat_statfs64 {
85 __u32 f_frsize; /* Fragment size - unsupported */
92 __kernel_fsid_t f_fsid;
98 #endif /* _MIPS_SIM == _MIPS_SIM_ABI64 */
100 #endif /* _ASM_STATFS_H */