Searched refs:dx_tail (Results 1 – 2 of 2) sorted by relevance
241 struct dx_tail { struct420 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum()427 int offset = offsetof(struct dx_tail, dt_checksum); in ext4_dx_csum()441 struct dx_tail *t; in ext4_dx_csum_verify()455 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_verify()459 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()470 struct dx_tail *t; in ext4_dx_csum_set()484 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_set()488 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()562 entry_space -= sizeof(struct dx_tail); in dx_root_limit()[all …]
400 ``struct dx_tail``, which contains the checksum. The ``limit`` and