Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dext4fs.h32 #define EXT4_EXTENTS_FL 0x00080000 /* Inode uses extents */ macro
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_common.c551 EXT4_EXTENTS_FL) { in ext4fs_update_parent_dentry()
1633 if (le32_to_cpu(inode->flags) & EXT4_EXTENTS_FL) { in read_allocated_block()
H A Dext4_write.c469 if (le32_to_cpu(inode.flags) & EXT4_EXTENTS_FL) { in ext4fs_delete_file()