Searched refs:count_offset (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/perf/util/ |
| A 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() 174 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 177 desc->count_offset, count); in get_bpf_prog_info_linear() 203 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear() 205 desc->count_offset); in get_bpf_prog_info_linear()
|
| /linux/fs/ext4/ |
| A D | namei.c | 419 int count_offset; in get_dx_countlimit() local 422 count_offset = 8; in get_dx_countlimit() 432 count_offset = 32; in get_dx_countlimit() 437 *offset = count_offset; in get_dx_countlimit() 442 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument 464 int count_offset, limit, count; in ext4_dx_csum_verify() local 469 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify() 476 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify() 493 int count_offset, limit, count; in ext4_dx_csum_set() local 498 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_set() [all …]
|
| /linux/tools/lib/bpf/ |
| A D | libbpf.c | 10917 int count_offset; /* e.g. offset of jited_prog_len */ member 11040 info_len < desc->count_offset + sizeof(__u32) || in bpf_program__get_prog_info_linear() 11049 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 11074 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 11077 desc->count_offset, count); in bpf_program__get_prog_info_linear() 11103 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear() 11105 desc->count_offset); in bpf_program__get_prog_info_linear()
|
| /linux/fs/nfsd/ |
| A D | nfs4xdr.c | 5054 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local 5074 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs() 5153 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()
|
Completed in 48 milliseconds