Home
last modified time | relevance | path

Searched refs:dataoff (Results 51 - 75 of 81) sorted by relevance

1234

/kernel/linux/linux-5.10/drivers/nvdimm/
H A Dpfn.h23 __le64 dataoff; /* relative to namespace_base + start_pad */ member
31 * not comprehend that dataoff is relative to the base address
H A Dpfn_devs.c206 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
232 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
375 meta_num = (le64_to_cpu(pfn_sb->dataoff) >> 9) - meta_start; in nd_pfn_clear_memmap_errors()
382 rc = devm_namespace_enable(&nd_pfn->dev, ndns, le64_to_cpu(pfn_sb->dataoff)); in nd_pfn_clear_memmap_errors()
500 offset = le64_to_cpu(pfn_sb->dataoff); in nd_pfn_validate()
678 u64 offset = le64_to_cpu(pfn_sb->dataoff); in __nvdimm_setup_pfn()
810 pfn_sb->dataoff = cpu_to_le64(offset); in nd_pfn_init()
H A Dbtt.c246 debugfs_create_x64("dataoff", S_IRUGO, d, &a->dataoff); in arena_debugfs_init()
502 return arena->dataoff + ((u64)lba * arena->internal_lbasize); in to_namespace_offset()
791 arena->dataoff = arena->infooff + BTT_PG_SIZE; in alloc_arena()
792 arena->mapoff = arena->dataoff + datasize; in alloc_arena()
834 arena->dataoff = arena_off + le64_to_cpu(super->dataoff); in parse_arena_meta()
1006 super->dataoff = cpu_to_le64(arena->dataoff - arena->infooff); in btt_arena_write_layout()
/kernel/linux/linux-5.10/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h32 bool gre_pkt_to_tuple(const struct sk_buff *skb, unsigned int dataoff,
/kernel/linux/linux-6.6/include/linux/netfilter/
H A Dnf_conntrack_proto_gre.h31 bool gre_pkt_to_tuple(const struct sk_buff *skb, unsigned int dataoff,
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Dpfn.h23 __le64 dataoff; /* relative to namespace_base + start_pad */ member
31 * not comprehend that dataoff is relative to the base address
H A Dpfn_devs.c207 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in resource_show()
233 u64 offset = __le64_to_cpu(pfn_sb->dataoff); in size_show()
379 meta_num = (le64_to_cpu(pfn_sb->dataoff) >> 9) - meta_start; in nd_pfn_clear_memmap_errors()
386 rc = devm_namespace_enable(&nd_pfn->dev, ndns, le64_to_cpu(pfn_sb->dataoff)); in nd_pfn_clear_memmap_errors()
505 offset = le64_to_cpu(pfn_sb->dataoff); in nd_pfn_validate()
687 u64 offset = le64_to_cpu(pfn_sb->dataoff); in __nvdimm_setup_pfn()
827 pfn_sb->dataoff = cpu_to_le64(offset); in nd_pfn_init()
H A Dbtt.c246 debugfs_create_x64("dataoff", S_IRUGO, d, &a->dataoff); in arena_debugfs_init()
502 return arena->dataoff + ((u64)lba * arena->internal_lbasize); in to_namespace_offset()
791 arena->dataoff = arena->infooff + BTT_PG_SIZE; in alloc_arena()
792 arena->mapoff = arena->dataoff + datasize; in alloc_arena()
834 arena->dataoff = arena_off + le64_to_cpu(super->dataoff); in parse_arena_meta()
1006 super->dataoff = cpu_to_le64(arena->dataoff - arena->infooff); in btt_arena_write_layout()
/kernel/linux/linux-5.10/drivers/dax/pmem/
H A Dcore.c41 offset = le64_to_cpu(pfn_sb->dataoff); in __dax_pmem_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/fungible/funcore/
H A Dfun_queue.c236 u32 bufoff, total_len, remaining, fragsize, dataoff; in fun_data_from_rq() local
266 dataoff = 0; in fun_data_from_rq()
274 memcpy(data + dataoff, page_address(rqinfo->page), in fun_data_from_rq()
276 dataoff += fragsize; in fun_data_from_rq()
/kernel/linux/linux-6.6/drivers/dax/
H A Dpmem.c40 offset = le64_to_cpu(pfn_sb->dataoff); in __dax_pmem_probe()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_exthdr.c417 unsigned int thoff, dataoff, optoff, optlen, i; in nft_exthdr_dccp_eval() local
431 dataoff = dh->dccph_doff * sizeof(u32); in nft_exthdr_dccp_eval()
433 if (dataoff <= optoff) in nft_exthdr_dccp_eval()
436 optlen = dataoff - optoff; in nft_exthdr_dccp_eval()
/kernel/linux/linux-5.10/fs/hfsplus/
H A Dbrec.c23 u16 dataoff; in hfs_brec_lenoff() local
25 dataoff = node->tree->node_size - (rec + 2) * 2; in hfs_brec_lenoff()
26 hfs_bnode_read(node, retval, dataoff, 4); in hfs_brec_lenoff()
/kernel/linux/linux-5.10/fs/hfs/
H A Dbrec.c22 u16 dataoff; in hfs_brec_lenoff() local
24 dataoff = node->tree->node_size - (rec + 2) * 2; in hfs_brec_lenoff()
25 hfs_bnode_read(node, retval, dataoff, 4); in hfs_brec_lenoff()
/kernel/linux/linux-6.6/fs/hfs/
H A Dbrec.c22 u16 dataoff; in hfs_brec_lenoff() local
24 dataoff = node->tree->node_size - (rec + 2) * 2; in hfs_brec_lenoff()
25 hfs_bnode_read(node, retval, dataoff, 4); in hfs_brec_lenoff()
/kernel/linux/linux-6.6/fs/hfsplus/
H A Dbrec.c23 u16 dataoff; in hfs_brec_lenoff() local
25 dataoff = node->tree->node_size - (rec + 2) * 2; in hfs_brec_lenoff()
26 hfs_bnode_read(node, retval, dataoff, 4); in hfs_brec_lenoff()
/kernel/linux/linux-5.10/include/linux/
H A Dnetfilter.h347 unsigned int dataoff, u_int8_t protocol,
351 unsigned int dataoff, unsigned int len,
H A Dnetfilter_ipv6.h198 unsigned int dataoff, u_int8_t protocol);
/kernel/linux/linux-6.6/include/linux/
H A Dnetfilter.h355 unsigned int dataoff, u_int8_t protocol,
359 unsigned int dataoff, unsigned int len,
H A Dnetfilter_ipv6.h198 unsigned int dataoff, u_int8_t protocol);
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dsigcontext.h114 __u32 dataoff; member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dsigcontext.h114 __u32 dataoff; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dsigcontext.h52 __u32 dataoff; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dsigcontext.h52 __u32 dataoff; member
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c2196 loff_t offset = 0, dataoff; in elf_core_dump() local
2243 dataoff = offset = roundup(offset, ELF_EXEC_PAGESIZE); in elf_core_dump()
2256 offset = dataoff; in elf_core_dump()
2300 if (!dump_skip(cprm, dataoff - cprm->pos)) in elf_core_dump()

Completed in 21 milliseconds

1234