Home
last modified time | relevance | path

Searched refs:new_off (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/fs/hpfs/
Ddir.c26 loff_t new_off = off + (whence == 1 ? filp->f_pos : 0); in hpfs_dir_lseek() local
41 if (new_off == 0 || new_off == 1 || new_off == 11 || new_off == 12 || new_off == 13) goto ok; in hpfs_dir_lseek()
43 while (pos != new_off) { in hpfs_dir_lseek()
54 filp->f_pos = new_off; in hpfs_dir_lseek()
57 return new_off; in hpfs_dir_lseek()
/Linux-v5.4/tools/objtool/
Dspecial.c144 alt->new_off = (unsigned int)new_rela->addend; in get_alt_entry()
147 if (alt->new_off >= 0x7ffffff0) in get_alt_entry()
148 alt->new_off -= 0x7ffffff0; in get_alt_entry()
Dspecial.h24 unsigned long new_off; member
Dcheck.c757 if (insn->offset >= special_alt->new_off + special_alt->new_len) in handle_group_alt()
773 if (dest_off == special_alt->new_off + special_alt->new_len) { in handle_group_alt()
791 special_alt->new_sec, special_alt->new_off); in handle_group_alt()
856 special_alt->new_off); in add_special_section_alts()
860 special_alt->new_off); in add_special_section_alts()
/Linux-v5.4/fs/hfsplus/
Dbrec.c240 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local
305 new_off = 14; in hfs_bnode_split()
306 size = data_start - new_off; in hfs_bnode_split()
310 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
314 new_off = data_end - size; in hfs_bnode_split()
317 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
/Linux-v5.4/fs/hfs/
Dbrec.c236 int num_recs, new_rec_off, new_off, old_rec_off; in hfs_bnode_split() local
301 new_off = 14; in hfs_bnode_split()
302 size = data_start - new_off; in hfs_bnode_split()
306 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
310 new_off = data_end - size; in hfs_bnode_split()
313 hfs_bnode_write_u16(new_node, new_rec_off, new_off); in hfs_bnode_split()
/Linux-v5.4/fs/xfs/
Dxfs_dir2_readdir.c248 xfs_dir2_off_t new_off; in xfs_dir2_leaf_readbuf() local
276 new_off = xfs_dir2_da_to_byte(geo, map.br_startoff); in xfs_dir2_leaf_readbuf()
277 if (new_off > *cur_off) in xfs_dir2_leaf_readbuf()
278 *cur_off = new_off; in xfs_dir2_leaf_readbuf()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/bpf/
Dverifier.c348 s32 old_off, new_off; in nfp_bpf_check_stack_access() local
362 new_off = reg->off + reg->var_off.value; in nfp_bpf_check_stack_access()
364 meta->ptr_not_const |= old_off != new_off; in nfp_bpf_check_stack_access()
369 if (old_off % 4 == new_off % 4) in nfp_bpf_check_stack_access()
373 old_off, new_off); in nfp_bpf_check_stack_access()
Djit.c808 u8 new_off; in nfp_cpp_memcpy() local
815 new_off = meta->paired_st->off + (xfer_num - 1) * 4; in nfp_cpp_memcpy()
816 off = re_load_imm_any(nfp_prog, new_off, imm_b(nfp_prog)); in nfp_cpp_memcpy()
/Linux-v5.4/tools/lib/bpf/
Dbtf.c1303 __u32 new_off; member
1595 *str_off_ptr = s->new_off; in btf_str_remap_offset()
1689 int new_off = p - tmp_strs; in btf_dedup_strings() local
1694 strs.ptrs[j].new_off = new_off; in btf_dedup_strings()
Dlibbpf.c2784 __u32 orig_off, __u32 new_off) in bpf_core_reloc_insn() argument
2802 insn->imm = new_off; in bpf_core_reloc_insn()
2805 insn_idx, orig_off, new_off); in bpf_core_reloc_insn()
/Linux-v5.4/drivers/hid/
Dhid-sony.c1907 u8 new_on, new_off; in sony_led_blink_set() local
1925 new_off = *delay_off / 10; in sony_led_blink_set()
1938 new_off != drv_data->led_delay_off[n]) { in sony_led_blink_set()
1940 drv_data->led_delay_off[n] = new_off; in sony_led_blink_set()
/Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-eth.c2933 int off = 0, new_off = 0; in dpaa2_eth_cls_trim_rule() local
2939 memcpy(key_mem + new_off, key_mem + off, size); in dpaa2_eth_cls_trim_rule()
2940 new_off += size; in dpaa2_eth_cls_trim_rule()