Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dext4.h1282 __le32 s_r_blocks_count_hi; /* Reserved blocks count */ member
2818 return ((ext4_fsblk_t)le32_to_cpu(es->s_r_blocks_count_hi) << 32) | in ext4_r_blocks_count()
2846 es->s_r_blocks_count_hi = cpu_to_le32(blk >> 32); in ext4_r_blocks_count_set()