Home
last modified time | relevance | path

Searched refs:dx_tail (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/ext4/
Dnamei.c260 struct dx_tail { struct
442 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum()
449 int offset = offsetof(struct dx_tail, dt_checksum); in ext4_dx_csum()
463 struct dx_tail *t; in ext4_dx_csum_verify()
477 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_verify()
481 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()
492 struct dx_tail *t; in ext4_dx_csum_set()
506 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) { in ext4_dx_csum_set()
510 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()
585 entry_space -= sizeof(struct dx_tail); in dx_root_limit()
[all …]
/Linux-v5.15/Documentation/filesystems/ext4/
Ddirectory.rst427 ``struct dx_tail``, which contains the checksum. The ``limit`` and