Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dinodes.rst92 - i_blocks_lo
94 set on the filesystem, the file consumes ``i_blocks_lo`` 512-byte blocks
96 ``inode.i_flags``, then the file consumes ``i_blocks_lo + (i_blocks_hi
99 consumes (``i_blocks_lo + i_blocks_hi`` << 32) filesystem blocks on
382 i_blocks_lo.
/linux/fs/ext4/
H A Dinode.c4192 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
4211 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
4218 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
4576 le32_to_cpu(raw_inode->i_blocks_lo); in ext4_inode_blocks()
4584 return le32_to_cpu(raw_inode->i_blocks_lo); in ext4_inode_blocks()
H A Dext4.h781 __le32 i_blocks_lo; /* Blocks count */ member