Home
last modified time | relevance | path

Searched refs:next_off (Results 1 – 22 of 22) sorted by relevance

/linux/fs/xfs/scrub/
H A Dreaddir.c100 unsigned int off, next_off, end; in xchk_dir_walk_block() local
109 for (off = geo->data_entry_offset; off < end; off = next_off) { in xchk_dir_walk_block()
118 next_off = off + be16_to_cpu(dup->length); in xchk_dir_walk_block()
123 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen); in xchk_dir_walk_block()
124 if (next_off > end) in xchk_dir_walk_block()
H A Dbmap_repair.c323 xfs_fileoff_t next_off = 0; in xrep_bmap_sort_records() local
344 if (irec.br_startoff < next_off) in xrep_bmap_sort_records()
347 next_off = irec.br_startoff + irec.br_blockcount; in xrep_bmap_sort_records()
/linux/fs/hfs/
H A Dbnode.c419 int i, rec_off, off, next_off; in hfs_bnode_find() local
472 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
474 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
475 if (next_off <= off || in hfs_bnode_find()
476 next_off > tree->node_size || in hfs_bnode_find()
477 next_off & 1) in hfs_bnode_find()
479 entry_size = next_off - off; in hfs_bnode_find()
/linux/fs/hfsplus/
H A Dbnode.c528 int i, rec_off, off, next_off; in hfs_bnode_find() local
582 for (i = 1; i <= node->num_recs; off = next_off, i++) { in hfs_bnode_find()
584 next_off = hfs_bnode_read_u16(node, rec_off); in hfs_bnode_find()
585 if (next_off <= off || in hfs_bnode_find()
586 next_off > tree->node_size || in hfs_bnode_find()
587 next_off & 1) in hfs_bnode_find()
589 entry_size = next_off - off; in hfs_bnode_find()
/linux/include/uapi/linux/
H A Datm_zatm.h30 int offset,next_off; /* alignment optimizations: offset */ member
/linux/scripts/gdb/linux/
H A Ddmesg.py74 next_off = off + (prb_data_blk_lpos_type.get_type()['next'].bitpos // 8)
110 end = utils.read_ulong(desc, next_off) % text_data_sz
/linux/fs/smb/server/
H A Dsmb_common.c191 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()
H A Dsmb2pdu.c2897 int next_off = 0; in smb2_open() local
3658 next_off = conn->vals->create_lease_size; in smb2_open()
3678 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3680 next_off = conn->vals->create_mxac_size; in smb2_open()
3696 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3698 next_off = conn->vals->create_disk_id_size; in smb2_open()
3723 *next_ptr = cpu_to_le32(next_off); in smb2_open()
3725 next_off = conn->vals->create_durable_size; in smb2_open()
3737 *next_ptr = cpu_to_le32(next_off); in smb2_open()
/linux/tools/lib/bpf/
H A Dbtf_dump.c865 int cur_off, int next_off, int next_align, in btf_dump_emit_bit_padding() argument
877 if (cur_off >= next_off) in btf_dump_emit_bit_padding()
903 if (new_off <= next_off) in btf_dump_emit_bit_padding()
907 if (new_off > cur_off && new_off <= next_off) { in btf_dump_emit_bit_padding()
918 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding()
919 (new_off != next_off && next_off - new_off <= new_off - cur_off)) in btf_dump_emit_bit_padding()
932 while (cur_off != next_off) { in btf_dump_emit_bit_padding()
933 bits = min(next_off - cur_off, pad_bits); in btf_dump_emit_bit_padding()
/linux/tools/perf/util/
H A Dannotate-data.c401 Dwarf_Off off, next_off; in find_cu_die() local
413 while (dwarf_nextcu(di->dbg, off, &next_off, &header_size, in find_cu_die()
419 off = next_off; in find_cu_die()
736 Dwarf_Off off, next_off; in global_var__collect() local
742 while (dwarf_nextcu(dwarf, off, &next_off, &header_size, in global_var__collect()
748 off = next_off; in global_var__collect()
776 off = next_off; in global_var__collect()
/linux/sound/soc/fsl/
H A Dfsl_sai.c693 sai->audio_config[tx].stride_fifos_dst = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
696 sai->audio_config[tx].stride_fifos_src = dl_cfg[dl_cfg_idx].next_off[tx]; in fsl_sai_hw_params()
1357 cfg[0].next_off[0] = 0; in fsl_sai_read_dlcfg()
1362 cfg[0].next_off[1] = 0; in fsl_sai_read_dlcfg()
1395 cfg[i].next_off[0] = fsl_sai_calc_dl_off(rx); in fsl_sai_read_dlcfg()
1401 cfg[i].next_off[1] = fsl_sai_calc_dl_off(tx); in fsl_sai_read_dlcfg()
H A Dfsl_sai.h275 unsigned int next_off[2]; member
/linux/tools/testing/selftests/net/
H A Dgro.c116 int next_off; in setup_sock_filter() local
119 next_off = sizeof(struct iphdr) + offsetof(struct iphdr, protocol); in setup_sock_filter()
121 next_off = offsetof(struct iphdr, protocol); in setup_sock_filter()
123 next_off = offsetof(struct ipv6hdr, nexthdr); in setup_sock_filter()
124 ipproto_off = ETH_HLEN + next_off; in setup_sock_filter()
/linux/fs/ntfs3/
H A Dfsntfs.c1925 sbi->security.next_off = in ntfs_security_init()
2153 next = sbi->security.next_off & (SecurityDescriptorsBlockSize - 1); in ntfs_insert_security()
2159 sbi->security.next_off += SecurityDescriptorsBlockSize + left; in ntfs_insert_security()
2178 d_security->off = cpu_to_le64(sbi->security.next_off); in ntfs_insert_security()
2183 err = ntfs_sb_write_run(sbi, &ni->file.run, sbi->security.next_off, in ntfs_insert_security()
2189 mirr_off = sbi->security.next_off + SecurityDescriptorsBlockSize; in ntfs_insert_security()
2249 sbi->security.next_off += aligned_sec_size; in ntfs_insert_security()
H A Dntfs_fs.h292 u64 next_off; member
/linux/mm/
H A Dpercpu.c1074 int *next_off) in pcpu_is_populated() argument
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()
/linux/fs/jbd2/
H A Dtransaction.c2443 unsigned int next_off = curr_off + bh->b_size; in jbd2_journal_invalidate_folio() local
2446 if (next_off > stop) in jbd2_journal_invalidate_folio()
2458 curr_off = next_off; in jbd2_journal_invalidate_folio()
/linux/include/linux/
H A Dbpf.h545 u32 next_off = rec->fields[i].offset; in bpf_obj_memcpy() local
546 u32 sz = next_off - curr_off; in bpf_obj_memcpy()
594 u32 next_off = rec->fields[i].offset; in bpf_obj_memzero() local
595 u32 sz = next_off - curr_off; in bpf_obj_memzero()
/linux/fs/
H A Dbuffer.c1650 size_t next_off = curr_off + bh->b_size; in block_invalidate_folio() local
1656 if (next_off > stop) in block_invalidate_folio()
1664 curr_off = next_off; in block_invalidate_folio()
/linux/drivers/block/
H A Drbd.c2288 u64 off, next_off; in rbd_obj_init_discard() local
2302 next_off = round_down(obj_req->ex.oe_off + obj_req->ex.oe_len, in rbd_obj_init_discard()
2304 if (off >= next_off) in rbd_obj_init_discard()
2309 off, next_off - off); in rbd_obj_init_discard()
2311 obj_req->ex.oe_len = next_off - off; in rbd_obj_init_discard()
/linux/drivers/pinctrl/renesas/
H A Dpinctrl-rzg2l.c3044 u32 off, next_off = 0; in rzg2l_pinctrl_pm_setup_dedicated_regs() local
3052 next_off = RZG2L_PIN_CFG_TO_PORT_OFFSET(next_cfg); in rzg2l_pinctrl_pm_setup_dedicated_regs()
3055 if (off == next_off) { in rzg2l_pinctrl_pm_setup_dedicated_regs()
/linux/kernel/bpf/
H A Dbtf.c3949 u32 next_off = 0, field_type_size; in btf_parse_fields() local
3980 if (info_arr[i].off < next_off) { in btf_parse_fields()
3984 next_off = info_arr[i].off + field_type_size; in btf_parse_fields()