Searched refs:count_offset (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/util/ |
D | bpf-utils.c | 17 int count_offset; /* e.g. offset of jited_prog_len */ member 140 info_len < desc->count_offset + sizeof(__u32) || in get_bpf_prog_info_linear() 149 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 173 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 176 desc->count_offset, count); in get_bpf_prog_info_linear() 202 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 204 desc->count_offset); in get_bpf_prog_info_linear()
|
/linux-6.1.9/fs/ext4/ |
D | namei.c | 447 int count_offset; in get_dx_countlimit() local 450 count_offset = 8; in get_dx_countlimit() 460 count_offset = 32; in get_dx_countlimit() 465 *offset = count_offset; in get_dx_countlimit() 466 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit() 470 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument 479 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum() 492 int count_offset, limit, count; in ext4_dx_csum_verify() local 497 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify() 504 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify() [all …]
|
/linux-6.1.9/fs/nfsd/ |
D | nfs4xdr.c | 5095 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local 5115 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs() 5194 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()
|