Searched refs:blocks_free (Results 1 – 2 of 2) sorted by relevance
573 pub fn blocks_free(&self) -> u64 { in blocks_free() method580 pub fn blocks_free(&self) -> libc::c_long { in blocks_free() method587 pub fn blocks_free(&self) -> u32 { in blocks_free() method701 ds.field("blocks_free", &self.blocks_free()); in fmt()851 assert_eq!(fs.blocks_free() as u64, vfs.blocks_free() as u64); in assert_fs_equals_strict()
93 pub fn blocks_free(&self) -> libc::fsblkcnt_t { in blocks_free() method