Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf-utils.c17 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()
172 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear()
175 desc->count_offset, count); in get_bpf_prog_info_linear()
208 count1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in get_bpf_prog_info_linear()
210 desc->count_offset); in get_bpf_prog_info_linear()
/linux/fs/ext4/
H A Dnamei.c418 int count_offset; in get_dx_countlimit() local
423 count_offset = 8; in get_dx_countlimit()
432 count_offset = 32; in get_dx_countlimit()
437 *offset = count_offset; in get_dx_countlimit()
438 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit()
442 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument
450 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
463 int count_offset, limit, count; in ext4_dx_csum_verify() local
468 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify()
475 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
[all …]
/linux/tools/accounting/
H A Ddelaytop.c143 unsigned long count_offset; /* Offset of count in task_info */ member
786 count1 = *(unsigned long *)((char *)t1 + cfg.sort_field->count_offset); in compare_tasks()
787 count2 = *(unsigned long *)((char *)t2 + cfg.sort_field->count_offset); in compare_tasks()
/linux/fs/nfsd/
H A Dnfs4xdr.c5100 unsigned int count_offset; in nfsd4_encode_SECINFO4resok() local
5123 count_offset = xdr->buf->len; in nfsd4_encode_SECINFO4resok()
5135 write_bytes_to_xdr_buf(xdr->buf, count_offset, &wire_count, in nfsd4_encode_SECINFO4resok()
5961 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local
5982 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs()
6064 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()