Lines Matching full:libc
30 pub type fsid_t = libc::__fsid_t;
34 pub type fsid_t = libc::fsid_t;
38 type type_of_statfs = libc::statfs64;
40 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int
41 = libc::fstatfs64;
43 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int
44 = libc::statfs64;
46 type type_of_statfs = libc::statfs;
48 (fd: libc::c_int, buf: *mut type_of_statfs) -> libc::c_int
49 = libc::fstatfs;
51 (path: *const libc::c_char, buf: *mut type_of_statfs) -> libc::c_int
52 = libc::statfs;
64 type fs_type_t = libc::c_ulong;
66 type fs_type_t = libc::c_uint;
68 type fs_type_t = libc::c_ulong;
70 type fs_type_t = libc::c_int;
79 type fs_type_t = libc::__fsword_t;
100 FsType(libc::ADFS_SUPER_MAGIC as fs_type_t);
104 FsType(libc::AFFS_SUPER_MAGIC as fs_type_t);
107 pub const AFS_SUPER_MAGIC: FsType = FsType(libc::AFS_SUPER_MAGIC as fs_type_t);
111 FsType(libc::AUTOFS_SUPER_MAGIC as fs_type_t);
114 pub const BPF_FS_MAGIC: FsType = FsType(libc::BPF_FS_MAGIC as fs_type_t);
118 FsType(libc::BTRFS_SUPER_MAGIC as fs_type_t);
122 FsType(libc::CGROUP2_SUPER_MAGIC as fs_type_t);
126 FsType(libc::CGROUP_SUPER_MAGIC as fs_type_t);
130 FsType(libc::CODA_SUPER_MAGIC as fs_type_t);
133 pub const CRAMFS_MAGIC: FsType = FsType(libc::CRAMFS_MAGIC as fs_type_t);
136 pub const DEBUGFS_MAGIC: FsType = FsType(libc::DEBUGFS_MAGIC as fs_type_t);
140 FsType(libc::DEVPTS_SUPER_MAGIC as fs_type_t);
144 FsType(libc::ECRYPTFS_SUPER_MAGIC as fs_type_t);
147 pub const EFS_SUPER_MAGIC: FsType = FsType(libc::EFS_SUPER_MAGIC as fs_type_t);
151 FsType(libc::EXT2_SUPER_MAGIC as fs_type_t);
155 FsType(libc::EXT3_SUPER_MAGIC as fs_type_t);
159 FsType(libc::EXT4_SUPER_MAGIC as fs_type_t);
163 FsType(libc::F2FS_SUPER_MAGIC as fs_type_t);
167 FsType(libc::FUSE_SUPER_MAGIC as fs_type_t);
171 FsType(libc::FUTEXFS_SUPER_MAGIC as fs_type_t);
175 FsType(libc::HOSTFS_SUPER_MAGIC as fs_type_t);
179 FsType(libc::HPFS_SUPER_MAGIC as fs_type_t);
182 pub const HUGETLBFS_MAGIC: FsType = FsType(libc::HUGETLBFS_MAGIC as fs_type_t);
186 FsType(libc::ISOFS_SUPER_MAGIC as fs_type_t);
190 FsType(libc::JFFS2_SUPER_MAGIC as fs_type_t);
194 FsType(libc::MINIX2_SUPER_MAGIC2 as fs_type_t);
198 FsType(libc::MINIX2_SUPER_MAGIC as fs_type_t);
202 FsType(libc::MINIX3_SUPER_MAGIC as fs_type_t);
206 FsType(libc::MINIX_SUPER_MAGIC2 as fs_type_t);
210 FsType(libc::MINIX_SUPER_MAGIC as fs_type_t);
214 FsType(libc::MSDOS_SUPER_MAGIC as fs_type_t);
217 pub const NCP_SUPER_MAGIC: FsType = FsType(libc::NCP_SUPER_MAGIC as fs_type_t);
220 pub const NFS_SUPER_MAGIC: FsType = FsType(libc::NFS_SUPER_MAGIC as fs_type_t);
224 FsType(libc::NILFS_SUPER_MAGIC as fs_type_t);
228 FsType(libc::OCFS2_SUPER_MAGIC as fs_type_t);
232 FsType(libc::OPENPROM_SUPER_MAGIC as fs_type_t);
236 FsType(libc::OVERLAYFS_SUPER_MAGIC as fs_type_t);
240 FsType(libc::PROC_SUPER_MAGIC as fs_type_t);
244 FsType(libc::QNX4_SUPER_MAGIC as fs_type_t);
248 FsType(libc::QNX6_SUPER_MAGIC as fs_type_t);
252 FsType(libc::RDTGROUP_SUPER_MAGIC as fs_type_t);
256 FsType(libc::REISERFS_SUPER_MAGIC as fs_type_t);
260 FsType(libc::SECURITYFS_MAGIC as fs_type_t);
263 pub const SELINUX_MAGIC: FsType = FsType(libc::SELINUX_MAGIC as fs_type_t);
266 pub const SMACK_MAGIC: FsType = FsType(libc::SMACK_MAGIC as fs_type_t);
269 pub const SMB_SUPER_MAGIC: FsType = FsType(libc::SMB_SUPER_MAGIC as fs_type_t);
272 pub const SYSFS_MAGIC: FsType = FsType(libc::SYSFS_MAGIC as fs_type_t);
275 pub const TMPFS_MAGIC: FsType = FsType(libc::TMPFS_MAGIC as fs_type_t);
278 pub const TRACEFS_MAGIC: FsType = FsType(libc::TRACEFS_MAGIC as fs_type_t);
281 pub const UDF_SUPER_MAGIC: FsType = FsType(libc::UDF_SUPER_MAGIC as fs_type_t);
285 FsType(libc::USBDEVICE_SUPER_MAGIC as fs_type_t);
289 FsType(libc::XENFS_SUPER_MAGIC as fs_type_t);
292 pub const NSFS_MAGIC: FsType = FsType(libc::NSFS_MAGIC as fs_type_t);
298 pub const XFS_SUPER_MAGIC: FsType = FsType(libc::XFS_SUPER_MAGIC as fs_type_t);
348 pub fn optimal_transfer_size(&self) -> libc::c_ulong { in optimal_transfer_size()
362 pub fn optimal_transfer_size(&self) -> libc::__fsword_t { in optimal_transfer_size()
369 pub fn optimal_transfer_size(&self) -> libc::c_int { in optimal_transfer_size()
376 pub fn optimal_transfer_size(&self) -> libc::c_long { in optimal_transfer_size()
406 pub fn block_size(&self) -> libc::c_ulong { in block_size()
414 pub fn block_size(&self) -> libc::c_int { in block_size()
429 pub fn block_size(&self) -> libc::__fsword_t { in block_size()
443 pub fn block_size(&self) -> libc::c_ulong { in block_size()
450 pub fn block_size(&self) -> libc::c_long { in block_size()
477 FsFlags::from_bits_truncate(self.0.f_flags as libc::c_ulong) in flags()
497 pub fn maximum_name_length(&self) -> libc::c_ulong { in maximum_name_length()
504 pub fn maximum_name_length(&self) -> libc::c_int { in maximum_name_length()
518 pub fn maximum_name_length(&self) -> libc::__fsword_t { in maximum_name_length()
525 pub fn maximum_name_length(&self) -> libc::c_ulong { in maximum_name_length()
547 pub fn blocks(&self) -> libc::c_long { in blocks()
576 pub fn blocks_free(&self) -> libc::c_long { in blocks_free()
603 pub fn blocks_available(&self) -> libc::c_long { in blocks_available()
639 pub fn files(&self) -> libc::c_long { in files()
667 pub fn files_free(&self) -> libc::c_long { in files_free()