Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dbrec.c67 int data_off, end_off; in hfs_brec_insert() local
91 end_off = hfs_bnode_read_u16(node, end_rec_off); in hfs_brec_insert()
94 rec, size, end_off, end_rec_off); in hfs_brec_insert()
95 if (size > end_rec_off - end_off) { in hfs_brec_insert()
112 hfs_bnode_write_u16(node, end_rec_off, end_off + size); in hfs_brec_insert()
113 data_off = end_off; in hfs_brec_insert()
127 end_off - data_off); in hfs_brec_insert()
181 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
187 end_off = tree->node_size - (node->num_recs + 1) * 2; in hfs_brec_remove()
213 if (rec_off == end_off) in hfs_brec_remove()
[all …]
/linux-4.4.14/fs/hfs/
Dbrec.c69 int data_off, end_off; in hfs_brec_insert() local
93 end_off = hfs_bnode_read_u16(node, end_rec_off); in hfs_brec_insert()
96 rec, size, end_off, end_rec_off); in hfs_brec_insert()
97 if (size > end_rec_off - end_off) { in hfs_brec_insert()
112 hfs_bnode_write_u16(node, end_rec_off, end_off + size); in hfs_brec_insert()
113 data_off = end_off; in hfs_brec_insert()
127 end_off - data_off); in hfs_brec_insert()
179 int end_off, rec_off, data_off, size; in hfs_brec_remove() local
185 end_off = tree->node_size - (node->num_recs + 1) * 2; in hfs_brec_remove()
209 if (rec_off == end_off) in hfs_brec_remove()
[all …]
/linux-4.4.14/arch/powerpc/lib/
Dfeature-fixups.c29 long end_off; member
72 end = calc_addr(fcur, fcur->end_off); in patch_feature_section()
109 calc_addr(fcur, fcur->end_off), in do_feature_fixups()
177 fixup.end_off = calc_offset(&fixup, &ftr_fixup_test1 + 2); in test_basic_patching()
209 fixup.end_off = calc_offset(&fixup, &ftr_fixup_test2 + 2); in test_alternative_patching()
241 fixup.end_off = calc_offset(&fixup, &ftr_fixup_test3 + 2); in test_alternative_case_too_big()
271 fixup.end_off = calc_offset(&fixup, &ftr_fixup_test4 + 5); in test_alternative_case_too_small()
/linux-4.4.14/fs/isofs/
Dcompress.c202 loff_t start_off, end_off; in zisofs_fill_pages() local
223 end_off = min_t(loff_t, start_off + PAGE_CACHE_SIZE, inode->i_size); in zisofs_fill_pages()
226 cend_block = (end_off + (1 << zisofs_block_shift) - 1) in zisofs_fill_pages()
/linux-4.4.14/mm/
Dbootmem.c551 unsigned long eidx, i, start_off, end_off; in alloc_bootmem_bdata() local
575 end_off = start_off + size; in alloc_bootmem_bdata()
577 bdata->last_end_off = end_off; in alloc_bootmem_bdata()
578 bdata->hint_idx = PFN_UP(end_off); in alloc_bootmem_bdata()
584 PFN_UP(end_off), BOOTMEM_EXCLUSIVE)) in alloc_bootmem_bdata()
/linux-4.4.14/fs/reiserfs/
Dbitmap.c354 unsigned int end_bm, end_off; in scan_bitmap() local
365 get_bit_address(s, finish, &end_bm, &end_off); in scan_bitmap()
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, max, unfm); in scan_bitmap()
/linux-4.4.14/drivers/input/touchscreen/
Datmel_mxt_ts.c1156 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument
1160 u8 *last_val = base + end_off - 1; in mxt_calculate_crc()
1162 if (end_off < start_off) in mxt_calculate_crc()
/linux-4.4.14/drivers/scsi/
Dipr.c3066 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local
3179 end_off = be32_to_cpu(sdt->entry[i].end_token); in ipr_get_ioa_dump()
3182 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()