Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dnamei.c235 struct dx_entry struct
262 struct dx_entry entries[];
268 struct dx_entry entries[];
275 struct dx_entry *entries;
276 struct dx_entry *at;
450 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
475 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
480 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_verify()
504 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_set()
509 t = (struct dx_tail *)(((struct dx_entry *)c) + limit); in ext4_dx_csum_set()
[all …]
/linux/Documentation/filesystems/ext4/
H A Ddirectory.rst325 - struct dx_entry
327 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
397 - struct dx_entry
399 - As many 8-byte ``struct dx_entry`` as fits in the rest of the data block.
402 ``struct dx_node`` are recorded as ``struct dx_entry``, which is 8 bytes
427 block (precisely the length of one dx_entry) are used to store a
453 (dx_root or dx_node), all of the htree indices (dx_entry) that are in