Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dinodes.rst94 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
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c4636 le32_to_cpu(raw_inode->i_blocks_lo); in ext4_inode_blocks()
4644 return le32_to_cpu(raw_inode->i_blocks_lo); in ext4_inode_blocks()
5019 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
5032 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
5039 raw_inode->i_blocks_lo = cpu_to_le32(i_blocks); in ext4_inode_blocks_set()
H A Dext4.h777 __le32 i_blocks_lo; /* Blocks count */ member