Searched refs:end_off (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/hfsplus/
H A Dbrec.c68 int data_off, end_off; local
93 end_off = hfs_bnode_read_u16(node, end_rec_off);
96 rec, size, end_off, end_rec_off);
97 if (size > end_rec_off - end_off) {
114 hfs_bnode_write_u16(node, end_rec_off, end_off + size);
115 data_off = end_off;
129 end_off - data_off);
183 int end_off, rec_off, data_off, size; local
189 end_off = tree->node_size - (node->num_recs + 1) * 2;
215 if (rec_off == end_off)
362 int start_off, end_off; local
[all...]
/linux-master/fs/hfs/
H A Dbrec.c70 int data_off, end_off; local
95 end_off = hfs_bnode_read_u16(node, end_rec_off);
98 rec, size, end_off, end_rec_off);
99 if (size > end_rec_off - end_off) {
114 hfs_bnode_write_u16(node, end_rec_off, end_off + size);
115 data_off = end_off;
129 end_off - data_off);
181 int end_off, rec_off, data_off, size; local
187 end_off = tree->node_size - (node->num_recs + 1) * 2;
211 if (rec_off == end_off)
358 int start_off, end_off; local
[all...]
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c32 long end_off; member in struct:fixup_entry
76 end = calc_addr(fcur, fcur->end_off);
115 calc_addr(fcur, fcur->end_off),
727 fixup.end_off = calc_offset(&fixup, ftr_fixup_test1 + 2);
759 fixup.end_off = calc_offset(&fixup, ftr_fixup_test2 + 2);
791 fixup.end_off = calc_offset(&fixup, ftr_fixup_test3 + 2);
821 fixup.end_off = calc_offset(&fixup, ftr_fixup_test4 + 5);
929 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix1 + 3);
951 fixup.end_off = calc_offset(&fixup, ftr_fixup_prefix2 + 3);
973 fixup.end_off
[all...]
/linux-master/fs/isofs/
H A Dcompress.c209 loff_t start_off, end_off; local
230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size);
233 cend_block = (end_off + (1 << zisofs_block_shift) - 1)
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c679 u64 start_off, end_off; local
708 end_off = write - buf->trbe_base;
711 if (WARN_ON_ONCE(end_off < start_off))
714 size = end_off - start_off;
/linux-master/fs/reiserfs/
H A Dbitmap.c354 unsigned int end_bm, end_off; local
365 get_bit_address(s, finish, &end_bm, &end_off);
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm);
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2627 int start_off, end_off; local
2637 end_off = subop->last_instr_end_off;
2639 end_off = subop->instrs[instr_idx].ctx.addr.naddrs;
2641 return end_off - start_off;
2681 int start_off = 0, end_off; local
2691 end_off = subop->last_instr_end_off;
2693 end_off = subop->instrs[instr_idx].ctx.data.len;
2695 return end_off - start_off;
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1343 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) argument
1347 u8 *last_val = base + end_off - 1;
1349 if (end_off < start_off)
/linux-master/drivers/scsi/
H A Dipr.c3055 u32 num_entries, max_num_entries, start_off, end_off; local
3168 end_off = be32_to_cpu(sdt->entry[i].end_token);
3171 bytes_to_copy = end_off - start_off;

Completed in 200 milliseconds