Searched hist:"8180 a5627d126362c2f64e4fa886d6f608d9632a" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff 8180a5627d126362c2f64e4fa886d6f608d9632a Mon Jan 28 22:58:27 CST 2008 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Support large files
This patch converts ext4_inode i_blocks to represent total blocks occupied by the inode in file system block size. Earlier the variable used to represent this in 512 byte block size. This actually limited the total size of the file.
The feature is enabled transparently when we write an inode whose i_blocks cannot be represnted as 512 byte units in a 48 bit variable.
inode flag EXT4_HUGE_FILE_FL
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
|
H A D | super.c | diff 8180a5627d126362c2f64e4fa886d6f608d9632a Mon Jan 28 22:58:27 CST 2008 Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> ext4: Support large files
This patch converts ext4_inode i_blocks to represent total blocks occupied by the inode in file system block size. Earlier the variable used to represent this in 512 byte block size. This actually limited the total size of the file.
The feature is enabled transparently when we write an inode whose i_blocks cannot be represnted as 512 byte units in a 48 bit variable.
inode flag EXT4_HUGE_FILE_FL
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
|