Home
last modified time | relevance | path

Searched refs:EXT4_INDEX_FL (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dext4fs.h31 #define EXT4_INDEX_FL 0x00001000 /* Inode uses hash tree index */ macro
/openbmc/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst197 EXT4_INDEX_FL (0x1000) flag is set in the inode, this directory uses a
H A Dinodes.rst263 - Directory has hashed indexes (EXT4_INDEX_FL).
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c880 if (le32_to_cpu(g_parent_inode->flags) & EXT4_INDEX_FL) { in ext4fs_write()
/openbmc/linux/fs/ext4/
H A Dext4.h484 #define EXT4_INDEX_FL 0x00001000 /* hash-indexed directory */ macro
528 EXT4_INDEX_FL | \