Home
last modified time | relevance | path

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

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs47 pub type __fsblkcnt_t = __ulongword_type; typedef
133 pub type fsblkcnt_t = __fsblkcnt_t;
536 pub f_blocks: __fsblkcnt_t,
537 pub f_bfree: __fsblkcnt_t,
538 pub f_bavail: __fsblkcnt_t,
539 pub f_files: __fsblkcnt_t,
540 pub f_ffree: __fsblkcnt_t,
568 pub f_blocks: __fsblkcnt_t,
569 pub f_bfree: __fsblkcnt_t,
570 pub f_bavail: __fsblkcnt_t,
/rust-libc-0.2.174/src/solid/
H A Dmod.rs36 pub type __fsblkcnt_t = u64; typedef
66 pub type fsblkcnt_t = __fsblkcnt_t;