Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dinode.c4337 raw_inode->i_blocks_high = 0; in ext4_inode_blocks_set()
4356 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32); in ext4_inode_blocks_set()
4363 raw_inode->i_blocks_high = cpu_to_le16(i_blocks >> 32); in ext4_inode_blocks_set()
4719 i_blocks = ((u64)le16_to_cpu(raw_inode->i_blocks_high)) << 32 | in ext4_inode_blocks()
Dext4.h943 #define i_blocks_high osd2.linux2.l_i_blocks_high macro