Searched refs:start_off (Results 1 - 25 of 27) sorted by relevance

12

/linux-master/fs/ocfs2/
H A Docfs1_fs_compat.h37 __u64 start_off; member in struct:ocfs1_vol_disk_hdr
/linux-master/fs/isofs/
H A Dcompress.c209 loff_t start_off, end_off; local
229 start_off = page_offset(pages[full_page]);
230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size);
232 cstart_block = start_off >> zisofs_block_shift;
236 WARN_ON(start_off - (full_page << PAGE_SHIFT) !=
/linux-master/fs/hfsplus/
H A Dbrec.c362 int start_off, end_off; local
411 end_off = start_off = hfs_bnode_read_u16(parent, rec_off);
412 hfs_bnode_write_u16(parent, rec_off, start_off + diff);
413 start_off -= 4; /* move previous cnid too */
420 hfs_bnode_move(parent, start_off + diff, start_off,
421 end_off - start_off);
/linux-master/fs/hfs/
H A Dbrec.c358 int start_off, end_off; local
405 end_off = start_off = hfs_bnode_read_u16(parent, rec_off);
406 hfs_bnode_write_u16(parent, rec_off, start_off + diff);
407 start_off -= 4; /* move previous cnid too */
414 hfs_bnode_move(parent, start_off + diff, start_off,
415 end_off - start_off);
/linux-master/arch/powerpc/lib/
H A Dfeature-fixups.c31 long start_off; member in struct:fixup_entry
75 start = calc_addr(fcur, fcur->start_off);
114 calc_addr(fcur, fcur->start_off),
726 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1);
758 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1);
790 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1);
820 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1);
928 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1);
950 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1);
972 fixup.start_off
[all...]
/linux-master/include/linux/
H A Ddax.h135 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off,
147 u64 *start_off, void *holder,
146 fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, void *holder, const struct dax_holder_operations *ops) argument
/linux-master/drivers/dax/
H A Dsuper.c78 * @start_off: returns the byte offset into the dax_device that @bdev starts
82 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, argument
92 *start_off = get_start_sect(bdev) * SECTOR_SIZE;
94 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) {
/linux-master/drivers/hwtracing/coresight/
H A Dcoresight-trbe.c679 u64 start_off, end_off; local
709 start_off = PERF_IDX2OFF(handle->head, buf);
711 if (WARN_ON_ONCE(end_off < start_off))
714 size = end_off - start_off;
722 __trbe_pad_buf(buf, start_off, overwrite_skip);
/linux-master/drivers/irqchip/
H A Dirq-apple-aic.c916 u32 off, start_off; local
951 off = start_off = irqc->info.target_cpu;
969 off = start_off = irqc->info.irq_cfg;
995 irqc->info.die_stride = off - start_off;
/linux-master/sound/soc/fsl/
H A Dfsl_sai.h272 unsigned int start_off[2]; member in struct:fsl_sai_dl_cfg
H A Dfsl_sai.c643 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4;
1256 cfg[0].start_off[0] = 0;
1261 cfg[0].start_off[1] = 0;
1294 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM);
1300 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM);
/linux-master/fs/btrfs/
H A Dbackref.h248 u64 start_off, struct btrfs_path *path,
/linux-master/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c229 static int hisi_spi_nor_dma_transfer(struct spi_nor *nor, loff_t start_off, argument
244 writel(start_off, host->regbase + FMC_ADDRL);
/linux-master/fs/exfat/
H A Ddir.c742 int off = es->start_off + num * DENTRY_SIZE;
790 es->start_off = off;
902 off = es->start_off + (i << DENTRY_SIZE_BITS);
912 es->num_entries = EXFAT_B_TO_DEN(EXFAT_BLK_TO_B(es->num_bh, es->sb) - es->start_off);
H A Dexfat_fs.h192 unsigned int start_off; member in struct:exfat_entry_set_cache
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1500 uint32_t start_off = 0; local
1519 if (start_off >= sg->length) {
1520 start_off -= sg->length;
1526 sg_off = sg->offset + start_off;
1528 sg->length - start_off);
1544 start_off += bytes_copy;
/linux-master/fs/gfs2/
H A Dbmap.c2405 unsigned int start_off, end_len; local
2407 start_off = offset & (blocksize - 1);
2409 if (start_off) {
2411 if (length > blocksize - start_off)
2412 len = blocksize - start_off;
2416 if (start_off + length < blocksize)
/linux-master/fs/proc/
H A Dvmcore.c623 u64 start_off; local
627 start_off = start - elfcorebuf_sz;
629 start_off, tsz))
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h550 * @start_off: address of the first instruction in the memory
555 unsigned int start_off; member in struct:nfp_bpf_vnic
H A Dmain.c88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START);
H A Djit.c4555 br_add_offset(&prog[i], bv->start_off);
4559 nfp_prog->tgt_out + bv->start_off);
4563 nfp_prog->tgt_abort + bv->start_off);
4571 off = nfp_prog->tgt_call_push_regs + bv->start_off;
4580 off = nfp_prog->tgt_call_pop_regs + bv->start_off;
4611 immed_add_value(&prog[i], bv->start_off);
/linux-master/net/core/
H A Ddatagram.c413 int i, copy = start - offset, start_off = offset, n; local
483 iov_iter_revert(to, offset - 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
1346 u8 *ptr = base + start_off;
1349 if (end_off < start_off)
/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c2627 int start_off, end_off; local
2633 start_off = nand_subop_get_addr_start_off(subop, instr_idx);
2641 return end_off - start_off;
2681 int start_off = 0, end_off; local
2687 start_off = nand_subop_get_data_start_off(subop, instr_idx);
2695 return end_off - start_off;
/linux-master/fs/ext4/
H A Dmballoc.c4414 loff_t size, start_off, end; local
4455 start_off = 0;
4471 start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
4475 start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
4480 start_off = ((loff_t)ac->ac_o_ex.fe_logical >>
4484 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits;
4489 start = start_off >> bsbits;

Completed in 666 milliseconds

12