/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | brec.c | 68 int data_off, end_off; in hfs_brec_insert() local 115 data_off = end_off; in hfs_brec_insert() 122 data_off = hfs_bnode_read_u16(node, data_rec_off + 2); in hfs_brec_insert() 123 hfs_bnode_write_u16(node, data_rec_off, data_off + size); in hfs_brec_insert() 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 129 end_off - data_off); in hfs_brec_insert() 132 hfs_bnode_write(node, fd->search_key, data_off, key_len); in hfs_brec_insert() 133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert() 141 hfs_bnode_read_key(node, fd->search_key, data_off in hfs_brec_insert() 183 int end_off, rec_off, data_off, size; hfs_brec_remove() local [all...] |
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | brec.c | 70 int data_off, end_off; in hfs_brec_insert() local 115 data_off = end_off; in hfs_brec_insert() 122 data_off = hfs_bnode_read_u16(node, data_rec_off + 2); in hfs_brec_insert() 123 hfs_bnode_write_u16(node, data_rec_off, data_off + size); in hfs_brec_insert() 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 129 end_off - data_off); in hfs_brec_insert() 132 hfs_bnode_write(node, fd->search_key, data_off, key_len); in hfs_brec_insert() 133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert() 141 hfs_bnode_read_key(node, fd->search_key, data_off in hfs_brec_insert() 181 int end_off, rec_off, data_off, size; hfs_brec_remove() local [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | brec.c | 70 int data_off, end_off; in hfs_brec_insert() local 115 data_off = end_off; in hfs_brec_insert() 122 data_off = hfs_bnode_read_u16(node, data_rec_off + 2); in hfs_brec_insert() 123 hfs_bnode_write_u16(node, data_rec_off, data_off + size); in hfs_brec_insert() 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 129 end_off - data_off); in hfs_brec_insert() 132 hfs_bnode_write(node, fd->search_key, data_off, key_len); in hfs_brec_insert() 133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert() 141 hfs_bnode_read_key(node, fd->search_key, data_off in hfs_brec_insert() 181 int end_off, rec_off, data_off, size; hfs_brec_remove() local [all...] |
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | brec.c | 68 int data_off, end_off; in hfs_brec_insert() local 115 data_off = end_off; in hfs_brec_insert() 122 data_off = hfs_bnode_read_u16(node, data_rec_off + 2); in hfs_brec_insert() 123 hfs_bnode_write_u16(node, data_rec_off, data_off + size); in hfs_brec_insert() 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 129 end_off - data_off); in hfs_brec_insert() 132 hfs_bnode_write(node, fd->search_key, data_off, key_len); in hfs_brec_insert() 133 hfs_bnode_write(node, entry, data_off + key_len, entry_len); in hfs_brec_insert() 141 hfs_bnode_read_key(node, fd->search_key, data_off in hfs_brec_insert() 183 int end_off, rec_off, data_off, size; hfs_brec_remove() local [all...] |
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 796 u8 *data, int data_off, in sunxi_nfc_hw_ecc_read_chunk() 808 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk() 809 nand_change_read_column_op(nand, data_off, NULL, 0, false); in sunxi_nfc_hw_ecc_read_chunk() 813 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 843 nand_change_read_column_op(nand, data_off, data, in sunxi_nfc_hw_ecc_read_chunk() 956 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_chunks_dma() local 958 u8 *data = buf + data_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 988 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_chunks_dma() local 990 u8 *data = buf + data_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 1002 nand_change_read_column_op(nand, data_off, in sunxi_nfc_hw_ecc_read_chunks_dma() 795 sunxi_nfc_hw_ecc_read_chunk(struct nand_chip *nand, u8 *data, int data_off, u8 *oob, int oob_off, int *cur_off, unsigned int *max_bitflips, bool bbm, bool oob_required, int page) sunxi_nfc_hw_ecc_read_chunk() argument 1030 sunxi_nfc_hw_ecc_write_chunk(struct nand_chip *nand, const u8 *data, int data_off, const u8 *oob, int oob_off, int *cur_off, bool bbm, int page) sunxi_nfc_hw_ecc_write_chunk() argument 1107 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_read_page() local 1166 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_read_subpage() local 1220 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_write_page() local 1258 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_write_subpage() local [all...] |
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | msgr.h | 164 __le16 data_off; /* sender: include full offset; member 182 __le16 data_off; /* sender: include full offset; member 199 __le16 data_off; /* sender: include full offset; member
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/ |
H A D | sunxi_nand.c | 797 u8 *data, int data_off, in sunxi_nfc_hw_ecc_read_chunk() 809 if (*cur_off != data_off) in sunxi_nfc_hw_ecc_read_chunk() 810 nand_change_read_column_op(nand, data_off, NULL, 0, false); in sunxi_nfc_hw_ecc_read_chunk() 814 if (data_off + ecc->size != oob_off) in sunxi_nfc_hw_ecc_read_chunk() 844 nand_change_read_column_op(nand, data_off, data, in sunxi_nfc_hw_ecc_read_chunk() 952 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_chunks_dma() local 954 u8 *data = buf + data_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 984 int data_off = i * ecc->size; in sunxi_nfc_hw_ecc_read_chunks_dma() local 986 u8 *data = buf + data_off; in sunxi_nfc_hw_ecc_read_chunks_dma() 998 nand_change_read_column_op(nand, data_off, in sunxi_nfc_hw_ecc_read_chunks_dma() 796 sunxi_nfc_hw_ecc_read_chunk(struct nand_chip *nand, u8 *data, int data_off, u8 *oob, int oob_off, int *cur_off, unsigned int *max_bitflips, bool bbm, bool oob_required, int page) sunxi_nfc_hw_ecc_read_chunk() argument 1026 sunxi_nfc_hw_ecc_write_chunk(struct nand_chip *nand, const u8 *data, int data_off, const u8 *oob, int oob_off, int *cur_off, bool bbm, int page) sunxi_nfc_hw_ecc_write_chunk() argument 1103 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_read_page() local 1162 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_read_subpage() local 1216 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_write_page() local 1254 int data_off = i * ecc->size; sunxi_nfc_hw_ecc_write_subpage() local [all...] |
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | msgr.h | 143 __le16 data_off; /* sender: include full offset; member 161 __le16 data_off; /* sender: include full offset; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/include/nvfw/ |
H A D | fw.h | 23 u32 data_off; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvfw/ |
H A D | fw.h | 23 u32 data_off; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
H A D | fw.c | 48 nvkm_debug(subdev, "\tdataOff : 0x%x\n", hdr->data_off); in nvfw_bl_desc()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/nvfw/ |
H A D | fw.c | 48 nvkm_debug(subdev, "\tdataOff : 0x%x\n", hdr->data_off); in nvfw_bl_desc()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_download.c | 649 int data_off = 0; in prism2_download_nonvolatile() local 655 dev, dl->data[i].addr + data_off, in prism2_download_nonvolatile() 656 dl->data[i].data + data_off, bufaddr, in prism2_download_nonvolatile() 665 data_off += block_len; in prism2_download_nonvolatile()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 434 const void *data_off; in btf_dumper_struct() local 458 data_off = data + BITS_ROUNDDOWN_BYTES(bit_offset); in btf_dumper_struct() 462 data_off, d->jw, d->is_plain_text); in btf_dumper_struct() 466 data_off); in btf_dumper_struct()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | trans_virtio.c | 217 int data_off = offs; in pack_sg_list_p() local 226 s = PAGE_SIZE - data_off; in pack_sg_list_p() 232 sg_set_page(&sg[index++], pdata[i++], s, data_off); in pack_sg_list_p() 233 data_off = 0; in pack_sg_list_p()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_download.c | 649 int data_off = 0; in prism2_download_nonvolatile() local 655 dev, dl->data[i].addr + data_off, in prism2_download_nonvolatile() 656 dl->data[i].data + data_off, bufaddr, in prism2_download_nonvolatile() 665 data_off += block_len; in prism2_download_nonvolatile()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/erdma/ |
H A D | erdma_qp.c | 211 u32 remain_size, copy_size, data_off, bytes = 0; in fill_inline_data() local 226 data_off = 0; in fill_inline_data() 233 data_off, in fill_inline_data() 236 data_off += copy_size; in fill_inline_data()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | trans_virtio.c | 221 int data_off = offs; in pack_sg_list_p() local 230 s = PAGE_SIZE - data_off; in pack_sg_list_p() 236 sg_set_page(&sg[index++], pdata[i++], s, data_off); in pack_sg_list_p() 237 data_off = 0; in pack_sg_list_p()
|
/kernel/linux/linux-6.6/fs/ntfs3/ |
H A D | fslog.c | 65 __le16 data_off; // 0x26: Log page data length. member 524 if (!IS_ALIGNED(le16_to_cpu(ra->data_off), 8) || in is_rst_area_valid() 1017 u32 data_off; member 1334 log->data_off = ALIGN( in log_create() 1338 log->data_size = log->page_size - log->data_off; in log_create() 1392 ra->data_off = cpu_to_le16(log->data_off); in log_create_ra() 1422 page_off = log->data_off - 1; in final_log_off() 1477 vbo = hdr_off + log->data_off; in next_log_lsn() 2285 off = log->data_off; in read_log_rec_buf() 3046 u16 data_off; do_action() local [all...] |
H A D | ntfs.h | 332 __le16 data_off; // 0x14: Offset to data. member 458 off = le16_to_cpu(attr->res.data_off); in resident_data_ex() 472 return Add2Ptr(attr, le16_to_cpu(attr->res.data_off)); in resident_data() 615 __le16 data_off; // 0x00: member
|
H A D | inode.c | 137 roff = attr->non_res ? 0 : le16_to_cpu(attr->res.data_off); in ntfs_read_mft() 1378 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode() 1415 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode() 1430 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode() 1451 attr->res.data_off = in ntfs_create_inode() 1478 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode() 1514 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode() 1588 attr->res.data_off = SIZEOF_RESIDENT_LE; in ntfs_create_inode()
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf_dumper.c | 470 const void *data_off; in btf_dumper_struct() local 494 data_off = data + BITS_ROUNDDOWN_BYTES(bit_offset); in btf_dumper_struct() 498 data_off, d->jw, d->is_plain_text); in btf_dumper_struct() 502 data_off); in btf_dumper_struct()
|
/kernel/linux/linux-5.10/drivers/firmware/ |
H A D | qemu_fw_cfg.c | 13 * [qemu_fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>[:<dma_off>]] 15 * [qemu_fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>[:<dma_off>]] 21 * <data_off> := (optional) offset of data register 801 resource_size_t size, ctrl_off, data_off, dma_off; in fw_cfg_cmdline_set() local 817 /* get "@<base>[:<ctrl_off>:<data_off>[:<dma_off>]]" chunks */ in fw_cfg_cmdline_set() 820 &ctrl_off, &data_off, &consumed, in fw_cfg_cmdline_set() 825 * and <data_off>, and <dma_off>; in fw_cfg_cmdline_set() 844 res[2].start = data_off; in fw_cfg_cmdline_set()
|
/kernel/linux/linux-6.6/drivers/firmware/ |
H A D | qemu_fw_cfg.c | 13 * [qemu_fw_cfg.]ioport=<size>@<base>[:<ctrl_off>:<data_off>[:<dma_off>]] 15 * [qemu_fw_cfg.]mmio=<size>@<base>[:<ctrl_off>:<data_off>[:<dma_off>]] 21 * <data_off> := (optional) offset of data register 803 resource_size_t size, ctrl_off, data_off, dma_off; in fw_cfg_cmdline_set() local 819 /* get "@<base>[:<ctrl_off>:<data_off>[:<dma_off>]]" chunks */ in fw_cfg_cmdline_set() 822 &ctrl_off, &data_off, &consumed, in fw_cfg_cmdline_set() 827 * and <data_off>, and <dma_off>; in fw_cfg_cmdline_set() 846 res[2].start = data_off; in fw_cfg_cmdline_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_init.h | 71 u16 data_off; member 73 u16 data_off; member
|