Home
last modified time | relevance | path

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

/Linux-v5.10/fs/ext4/
Dnamei.c420 int count_offset; in get_dx_countlimit() local
423 count_offset = 8; in get_dx_countlimit()
433 count_offset = 32; in get_dx_countlimit()
438 *offset = count_offset; in get_dx_countlimit()
439 return (struct dx_countlimit *)(((void *)dirent) + count_offset); in get_dx_countlimit()
443 int count_offset, int count, struct dx_tail *t) in ext4_dx_csum() argument
452 size = count_offset + (count * sizeof(struct dx_entry)); in ext4_dx_csum()
465 int count_offset, limit, count; in ext4_dx_csum_verify() local
470 c = get_dx_countlimit(inode, dirent, &count_offset); in ext4_dx_csum_verify()
477 if (count_offset + (limit * sizeof(struct dx_entry)) > in ext4_dx_csum_verify()
[all …]
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c10331 int count_offset; /* e.g. offset of jited_prog_len */ member
10454 info_len < desc->count_offset + sizeof(__u32) || in bpf_program__get_prog_info_linear()
10463 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
10488 count = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
10491 desc->count_offset, count); in bpf_program__get_prog_info_linear()
10517 v1 = bpf_prog_info_read_offset_u32(&info, desc->count_offset); in bpf_program__get_prog_info_linear()
10519 desc->count_offset); in bpf_program__get_prog_info_linear()
/Linux-v5.10/fs/nfsd/
Dnfs4xdr.c4914 u32 cookie_offset, count_offset, eof; in nfsd4_encode_listxattrs() local
4934 count_offset = cookie_offset + 8; in nfsd4_encode_listxattrs()
5013 write_bytes_to_xdr_buf(xdr->buf, count_offset, &tmp, 4); in nfsd4_encode_listxattrs()