Home
last modified time | relevance | path

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

/fs/ext4/
Dext4.h1079 /*150*/ __le32 s_blocks_count_hi; /* Blocks count */ member
2036 return ((ext4_fsblk_t)le32_to_cpu(es->s_blocks_count_hi) << 32) | in ext4_blocks_count()
2056 es->s_blocks_count_hi = cpu_to_le32(blk >> 32); in ext4_blocks_count_set()
/fs/ext3/
Dext3.h476 /*150*/ __le32 s_blocks_count_hi; /* Blocks count */ member