Home
last modified time | relevance | path

Searched refs:end_off (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/fs/hfs/
H A Dbrec.c70 int data_off, end_off; in hfs_brec_insert() local
98 rec, size, end_off, end_rec_off); in hfs_brec_insert()
99 if (size > end_rec_off - end_off) { in hfs_brec_insert()
115 data_off = end_off; in hfs_brec_insert()
129 end_off - data_off); in hfs_brec_insert()
181 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
211 if (rec_off == end_off) in hfs_brec_remove()
219 } while (rec_off >= end_off); in hfs_brec_remove()
358 int start_off, end_off; in hfs_brec_update_parent() local
391 if (end_rec_off - end_off < diff) { in hfs_brec_update_parent()
[all …]
/linux-6.15/fs/hfsplus/
H A Dbrec.c68 int data_off, end_off; in hfs_brec_insert() local
96 rec, size, end_off, end_rec_off); in hfs_brec_insert()
97 if (size > end_rec_off - end_off) { in hfs_brec_insert()
115 data_off = end_off; in hfs_brec_insert()
129 end_off - data_off); in hfs_brec_insert()
183 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
215 if (rec_off == end_off) in hfs_brec_remove()
223 } while (rec_off >= end_off); in hfs_brec_remove()
362 int start_off, end_off; in hfs_brec_update_parent() local
396 if (end_rec_off - end_off < diff) { in hfs_brec_update_parent()
[all …]
/linux-6.15/tools/testing/selftests/mm/
H A Dhugetlb_dio.c23 void run_dio_using_hugetlb(unsigned int start_off, unsigned int end_off) in run_dio_using_hugetlb() argument
35 writesize = end_off - start_off; in run_dio_using_hugetlb()
87 "free huge pages from %u-%u\n", start_off, end_off); in run_dio_using_hugetlb()
/linux-6.15/arch/powerpc/lib/
H A Dfeature-fixups.c39 long end_off; member
83 end = calc_addr(fcur, fcur->end_off); in patch_feature_section_mask()
122 calc_addr(fcur, fcur->end_off), in do_feature_fixups_mask()
735 fixup.end_off = calc_offset(&fixup, ftr_fixup_test1 + 2); in test_basic_patching()
767 fixup.end_off = calc_offset(&fixup, ftr_fixup_test2 + 2); in test_alternative_patching()
799 fixup.end_off = calc_offset(&fixup, ftr_fixup_test3 + 2); in test_alternative_case_too_big()
829 fixup.end_off = calc_offset(&fixup, ftr_fixup_test4 + 5); in test_alternative_case_too_small()
937 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix1 + 3); in test_prefix_patching()
959 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix2 + 3); in test_prefix_alt_patching()
981 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix3 + 4); in test_prefix_word_alt_patching()
/linux-6.15/fs/isofs/
H A Dcompress.c209 loff_t start_off, end_off; in zisofs_fill_pages() local
230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages()
233 cend_block = (end_off + (1 << zisofs_block_shift) - 1) in zisofs_fill_pages()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c683 u64 start_off, end_off; in trbe_get_trace_size() local
712 end_off = write - buf->trbe_base; in trbe_get_trace_size()
715 if (WARN_ON_ONCE(end_off < start_off)) in trbe_get_trace_size()
718 size = end_off - start_off; in trbe_get_trace_size()
/linux-6.15/drivers/mtd/nand/raw/
H A Dnand_base.c2634 int start_off, end_off; in nand_subop_get_num_addr_cyc() local
2644 end_off = subop->last_instr_end_off; in nand_subop_get_num_addr_cyc()
2646 end_off = subop->instrs[instr_idx].ctx.addr.naddrs; in nand_subop_get_num_addr_cyc()
2648 return end_off - start_off; in nand_subop_get_num_addr_cyc()
2688 int start_off = 0, end_off; in nand_subop_get_data_len() local
2698 end_off = subop->last_instr_end_off; in nand_subop_get_data_len()
2700 end_off = subop->instrs[instr_idx].ctx.data.len; in nand_subop_get_data_len()
2702 return end_off - start_off; in nand_subop_get_data_len()
/linux-6.15/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1343 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument
1347 u8 *last_val = base + end_off - 1; in mxt_calculate_crc()
1349 if (end_off < start_off) in mxt_calculate_crc()
/linux-6.15/arch/arc/net/
H A Dbpf_jit_arcv2.c2808 u32 end_off; in gen_jcc_64() local
2820 end_off = curr_off + len + (JCC64_INSNS_TO_END * INSN_len_normal); in gen_jcc_64()
2821 disp = get_displacement(curr_off + len, end_off); in gen_jcc_64()
/linux-6.15/drivers/scsi/
H A Dipr.c3055 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local
3168 end_off = be32_to_cpu(sdt->entry[i].end_token); in ipr_get_ioa_dump()
3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()