Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dext4.h1179 __le32 s_free_blocks_count_hi; /* Free blocks count */ member
2548 return ((ext4_fsblk_t)le32_to_cpu(es->s_free_blocks_count_hi) << 32) | in ext4_free_blocks_count()
2563 es->s_free_blocks_count_hi = cpu_to_le32(blk >> 32); in ext4_free_blocks_count_set()
/linux-4.1.27/fs/ext3/
Dext3.h480 __le32 s_free_blocks_count_hi; /* Free blocks count */ member