@@ -31,63 +31,63 @@ pub struct FsType(pub libc::c_ulong);
31
31
#[ derive( Eq , Copy , Clone , PartialEq , Debug ) ]
32
32
pub struct FsType ( pub libc:: c_long ) ;
33
33
34
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
34
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
35
35
pub const ADFS_SUPER_MAGIC : FsType = FsType ( libc:: ADFS_SUPER_MAGIC ) ;
36
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
36
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
37
37
pub const AFFS_SUPER_MAGIC : FsType = FsType ( libc:: AFFS_SUPER_MAGIC ) ;
38
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
38
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
39
39
pub const CODA_SUPER_MAGIC : FsType = FsType ( libc:: CODA_SUPER_MAGIC ) ;
40
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
40
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
41
41
pub const CRAMFS_MAGIC : FsType = FsType ( libc:: CRAMFS_MAGIC ) ;
42
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
42
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
43
43
pub const EFS_SUPER_MAGIC : FsType = FsType ( libc:: EFS_SUPER_MAGIC ) ;
44
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
44
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
45
45
pub const EXT2_SUPER_MAGIC : FsType = FsType ( libc:: EXT2_SUPER_MAGIC ) ;
46
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
46
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
47
47
pub const EXT3_SUPER_MAGIC : FsType = FsType ( libc:: EXT3_SUPER_MAGIC ) ;
48
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
48
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
49
49
pub const EXT4_SUPER_MAGIC : FsType = FsType ( libc:: EXT4_SUPER_MAGIC ) ;
50
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
50
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
51
51
pub const HPFS_SUPER_MAGIC : FsType = FsType ( libc:: HPFS_SUPER_MAGIC ) ;
52
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
52
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
53
53
pub const HUGETLBFS_MAGIC : FsType = FsType ( libc:: HUGETLBFS_MAGIC ) ;
54
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
54
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
55
55
pub const ISOFS_SUPER_MAGIC : FsType = FsType ( libc:: ISOFS_SUPER_MAGIC ) ;
56
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
56
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
57
57
pub const JFFS2_SUPER_MAGIC : FsType = FsType ( libc:: JFFS2_SUPER_MAGIC ) ;
58
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
58
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
59
59
pub const MINIX_SUPER_MAGIC : FsType = FsType ( libc:: MINIX_SUPER_MAGIC ) ;
60
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
60
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
61
61
pub const MINIX_SUPER_MAGIC2 : FsType = FsType ( libc:: MINIX_SUPER_MAGIC2 ) ;
62
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
62
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
63
63
pub const MINIX2_SUPER_MAGIC : FsType = FsType ( libc:: MINIX2_SUPER_MAGIC ) ;
64
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
64
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
65
65
pub const MINIX2_SUPER_MAGIC2 : FsType = FsType ( libc:: MINIX2_SUPER_MAGIC2 ) ;
66
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
66
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
67
67
pub const MSDOS_SUPER_MAGIC : FsType = FsType ( libc:: MSDOS_SUPER_MAGIC ) ;
68
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
68
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
69
69
pub const NCP_SUPER_MAGIC : FsType = FsType ( libc:: NCP_SUPER_MAGIC ) ;
70
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
70
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
71
71
pub const NFS_SUPER_MAGIC : FsType = FsType ( libc:: NFS_SUPER_MAGIC ) ;
72
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
72
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
73
73
pub const OPENPROM_SUPER_MAGIC : FsType = FsType ( libc:: OPENPROM_SUPER_MAGIC ) ;
74
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
74
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
75
75
pub const OVERLAYFS_SUPER_MAGIC : FsType = FsType ( libc:: OVERLAYFS_SUPER_MAGIC ) ;
76
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
76
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
77
77
pub const PROC_SUPER_MAGIC : FsType = FsType ( libc:: PROC_SUPER_MAGIC ) ;
78
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
78
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
79
79
pub const QNX4_SUPER_MAGIC : FsType = FsType ( libc:: QNX4_SUPER_MAGIC ) ;
80
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
80
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
81
81
pub const REISERFS_SUPER_MAGIC : FsType = FsType ( libc:: REISERFS_SUPER_MAGIC ) ;
82
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
82
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
83
83
pub const SMB_SUPER_MAGIC : FsType = FsType ( libc:: SMB_SUPER_MAGIC ) ;
84
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
84
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
85
85
pub const TMPFS_MAGIC : FsType = FsType ( libc:: TMPFS_MAGIC ) ;
86
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
86
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
87
87
pub const USBDEVICE_SUPER_MAGIC : FsType = FsType ( libc:: USBDEVICE_SUPER_MAGIC ) ;
88
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
88
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
89
89
pub const CGROUP_SUPER_MAGIC : FsType = FsType ( libc:: CGROUP_SUPER_MAGIC ) ;
90
- #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) , not ( target_arch = "s390x" ) ) ) ]
90
+ #[ cfg( all( target_os = "linux" , not( target_env = "musl" ) ) ) ]
91
91
pub const CGROUP2_SUPER_MAGIC : FsType = FsType ( libc:: CGROUP2_SUPER_MAGIC ) ;
92
92
93
93
impl Statfs {
0 commit comments