Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dnamei.c428 int count_offset; in get_dx_countlimit() local
433 count_offset = 8; in get_dx_countlimit()
442 count_offset = 32; in get_dx_countlimit()
447 *offset = count_offset; in get_dx_countlimit()
448 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit()
452 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument
461 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
474 int count_offset, limit, count; in ext4_dx_csum_verify() local
479 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify()
486 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
[all …]