Searched refs:i_size_high (Results 1 – 6 of 6) sorted by relevance
344 #define i_size_high i_dir_acl macro
1448 inode->i_size |= ((__u64)le32_to_cpu(raw_inode->i_size_high)) << 32; in ext2_iget()1561 raw_inode->i_size_high = cpu_to_le32(inode->i_size >> 32); in __ext2_write_inode()
719 - __u32 i_size_high; /* Formerly i_dir_acl, directory ACL */767 - __u32 i_size_high; /* Formerly i_dir_acl, directory ACL */797 -#define i_dir_acl i_size_high
792 __le32 i_size_high; member3315 return ((loff_t)le32_to_cpu(raw_inode->i_size_high) << 32) | in ext4_isize()3324 raw_inode->i_size_high = cpu_to_le32(i_size >> 32); in ext4_isize_set()
125 - i_size_high / i_dir_acl
268 elements and i_size_high and i_size in the 16th and 17th elements,