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

/linux-master/fs/ext4/
H A Dnamei.c288 struct dx_tail { struct
472 int count_offset, int count, struct dx_tail *t)
479 int offset = offsetof(struct dx_tail, dt_checksum);
493 struct dx_tail *t;
507 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) {
511 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
522 struct dx_tail *t;
536 EXT4_BLOCK_SIZE(inode->i_sb) - sizeof(struct dx_tail)) {
540 t = (struct dx_tail *)(((struct dx_entry *)c) + limit);
615 entry_space -= sizeof(struct dx_tail);
[all...]

Completed in 129 milliseconds