Searched refs:dx_tail (Results 1 – 2 of 2) sorted by relevance
427 ``struct dx_tail``, which contains the checksum. The ``limit`` and429 necessary to fit the dx_tail into the block. If there is no space for430 the dx_tail, the user is notified to run e2fsck -D to rebuild the432 The dx_tail structure is 8 bytes long and looks like this:453 use, and the tail block (dx_tail).
283 struct dx_tail { struct465 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum()472 int offset = offsetof(struct dx_tail, dt_checksum); in ext4_dx_csum()486 struct dx_tail *t; in ext4_dx_csum_verify()500 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_verify()504 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()515 struct dx_tail *t; in ext4_dx_csum_set()529 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_set()533 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()608 entry_space -= sizeof(struct dx_tail); in dx_root_limit()[all …]