Home
last modified time | relevance | path

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

/third_party/rust/crates/nix/src/sys/
H A Dstatfs.rs573 pub fn blocks_free(&self) -> u64 { in blocks_free() functions
580 pub fn blocks_free(&self) -> libc::c_long { in blocks_free() functions
587 pub fn blocks_free(&self) -> u32 { in blocks_free() functions
701 ds.field("blocks_free", &self.blocks_free()); in fmt()
806 // This test is ignored because files_free/blocks_free can change after statvfs call and before
817 // This test is ignored because files_free/blocks_free can change after statvfs call and before
851 assert_eq!(fs.blocks_free() as u64, vfs.blocks_free() as u64); in assert_fs_equals_strict()
H A Dstatvfs.rs93 pub fn blocks_free(&self) -> libc::fsblkcnt_t { in blocks_free() functions

Completed in 4 milliseconds