/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | readdir.c | 101 unsigned int off, next_off, end; in xchk_dir_walk_block() local 110 for (off = geo->data_entry_offset; off < end; off = next_off) { in xchk_dir_walk_block() 119 next_off = off + be16_to_cpu(dup->length); in xchk_dir_walk_block() 124 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen); in xchk_dir_walk_block() 125 if (next_off > end) in xchk_dir_walk_block()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bnode.c | 321 int i, rec_off, off, next_off; in hfs_bnode_find() local 374 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 376 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 377 if (next_off <= off || in hfs_bnode_find() 378 next_off > tree->node_size || in hfs_bnode_find() 379 next_off & 1) in hfs_bnode_find() 381 entry_size = next_off - off; in hfs_bnode_find()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bnode.c | 332 int i, rec_off, off, next_off; in hfs_bnode_find() local 384 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 386 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 387 if (next_off <= off || in hfs_bnode_find() 388 next_off > tree->node_size || in hfs_bnode_find() 389 next_off & 1) in hfs_bnode_find() 391 entry_size = next_off - off; in hfs_bnode_find()
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | dmesg.py | 74 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8) 110 end = utils.read_ulong(desc, next_off) % text_data_sz
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bnode.c | 482 int i, rec_off, off, next_off; in hfs_bnode_find() local 536 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 538 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 539 if (next_off <= off || in hfs_bnode_find() 540 next_off > tree->node_size || in hfs_bnode_find() 541 next_off & 1) in hfs_bnode_find() 543 entry_size = next_off - off; in hfs_bnode_find()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | bnode.c | 471 int i, rec_off, off, next_off; in hfs_bnode_find() local 525 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find() 527 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find() 528 if (next_off <= off || in hfs_bnode_find() 529 next_off > tree->node_size || in hfs_bnode_find() 530 next_off & 1) in hfs_bnode_find() 532 entry_size = next_off - off; in hfs_bnode_find()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | atm_zatm.h | 30 int offset,next_off; /* alignment optimizations: offset */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | atm_zatm.h | 30 int offset,next_off; /* alignment optimizations: offset */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | atm_zatm.h | 30 int offset, next_off; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | atm_zatm.h | 30 int offset, next_off; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | atm_zatm.h | 20 int offset,next_off; member
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf_dump.c | 819 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() 831 if (cur_off >= next_off) in btf_dump_emit_bit_padding() 857 if (new_off <= next_off) in btf_dump_emit_bit_padding() 861 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding() 872 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding() 873 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding() 886 while (cur_off != next_off) { in btf_dump_emit_bit_padding() 887 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding() 818 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) btf_dump_emit_bit_padding() argument
|
/kernel/linux/linux-5.10/scripts/gdb/linux/ |
H A D | dmesg.py | 80 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8) 115 end = utils.read_ulong(descs, desc_off + next_off) % text_data_sz
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | smb_common.c | 191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument 193 dialect = dialect + *next_off; in next_dialect() 194 *next_off = strnlen(dialect, bcount); in next_dialect() 195 if (dialect[*next_off] != '\0') in next_dialect()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf_dump.c | 861 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() 873 if (cur_off >= next_off) in btf_dump_emit_bit_padding() 899 if (new_off <= next_off) in btf_dump_emit_bit_padding() 903 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding() 914 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding() 915 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding() 928 while (cur_off != next_off) { in btf_dump_emit_bit_padding() 929 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding() 860 btf_dump_emit_bit_padding(const struct btf_dump *d, int cur_off, int next_off, int next_align, bool in_bitfield, int lvl) btf_dump_emit_bit_padding() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | gro.c | 108 int next_off; in setup_sock_filter() local 111 next_off = offsetof(struct iphdr, protocol); in setup_sock_filter() 113 next_off = offsetof(struct ipv6hdr, nexthdr); in setup_sock_filter() 114 ipproto_off = ETH_HLEN + next_off; in setup_sock_filter()
|
/kernel/linux/linux-6.6/sound/soc/fsl/ |
H A D | fsl_sai.c | 650 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params() 653 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params() 1258 cfg[0].next_off[0] = 0; in fsl_sai_read_dlcfg() 1263 cfg[0].next_off[1] = 0; in fsl_sai_read_dlcfg() 1296 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_read_dlcfg() 1302 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_read_dlcfg()
|
H A D | fsl_sai.h | 273 unsigned int next_off[2]; member
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fsntfs.c | 1945 sbi->security.next_off = in ntfs_security_init() 2173 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security() 2178 /* Zero "left" bytes from sbi->security.next_off. */ in ntfs_insert_security() 2179 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security() 2188 * 0x00440 == sbi->security.next_off in ntfs_insert_security() 2192 * zero "tozero" bytes from sbi->security.next_off - tozero in ntfs_insert_security() 2198 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security() 2203 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security() 2209 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security() 2269 sbi->security.next_off in ntfs_insert_security() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | percpu.c | 1014 * @next_off: return value for the next offset to start searching 1023 int *next_off) in pcpu_is_populated() 1035 *next_off = re * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated() 1062 int bit_off, bits, next_off; in pcpu_find_block_fit() local 1079 &next_off)) in pcpu_find_block_fit() 1082 bit_off = next_off; in pcpu_find_block_fit() 1022 pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, int *next_off) pcpu_is_populated() argument
|
/kernel/linux/linux-6.6/mm/ |
H A D | percpu.c | 1065 * @next_off: return value for the next offset to start searching 1074 int *next_off) in pcpu_is_populated() 1087 *next_off = end * PAGE_SIZE / PCPU_MIN_ALLOC_SIZE; in pcpu_is_populated() 1114 int bit_off, bits, next_off; in pcpu_find_block_fit() local 1128 &next_off)) in pcpu_find_block_fit() 1131 bit_off = next_off; in pcpu_find_block_fit() 1073 pcpu_is_populated(struct pcpu_chunk *chunk, int bit_off, int bits, int *next_off) pcpu_is_populated() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 470 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local 471 u32 sz = next_off - curr_off; in bpf_obj_memcpy() 500 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local 501 u32 sz = next_off - curr_off; in bpf_obj_memzero()
|
/kernel/linux/linux-5.10/fs/jbd2/ |
H A D | transaction.c | 2460 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidatepage() local 2463 if (next_off > stop) in jbd2_journal_invalidatepage() 2475 curr_off = next_off; in jbd2_journal_invalidatepage()
|
/kernel/linux/linux-6.6/fs/jbd2/ |
H A D | transaction.c | 2457 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidate_folio() local 2460 if (next_off > stop) in jbd2_journal_invalidate_folio() 2472 curr_off = next_off; in jbd2_journal_invalidate_folio()
|
/kernel/linux/linux-6.6/fs/ |
H A D | buffer.c | 1608 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio() local 1614 if (next_off > stop) in block_invalidate_folio() 1622 curr_off = next_off; in block_invalidate_folio()
|