Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext4/
Dnamei.c413 int count_offset; in get_dx_countlimit() local
416 count_offset = 8; in get_dx_countlimit()
426 count_offset = 32; in get_dx_countlimit()
431 *offset = count_offset; in get_dx_countlimit()
432 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit()
436 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument
445 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
458 int count_offset, limit, count; in ext4_dx_csum_verify() local
463 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify()
470 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
[all …]
/Linux-v5.4/tools/lib/bpf/
Dlibbpf.c5656 int count_offset; /* e.g. offset of jited_prog_len */ member
5777 info_len < desc->count_offset + sizeof(__u32) || in bpf_program__get_prog_info_linear()
5786 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
5811 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
5814 desc->count_offset, count); in bpf_program__get_prog_info_linear()
5840 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
5842 desc->count_offset); in bpf_program__get_prog_info_linear()