Home
last modified time | relevance | path

Searched refs:ptr_len (Results 1 – 5 of 5) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree.h129 size_t ptr_len; member
642 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_islastblock()
679 ASSERT(ops->ptr_len == XFS_BTREE_LONG_PTR_LEN || in xfs_btree_alloc_cursor()
680 ops->ptr_len == XFS_BTREE_SHORT_PTR_LEN); in xfs_btree_alloc_cursor()
/linux/net/wireless/
H A Dwext-core.c471 int ptr_len; in wireless_send_event()
587 /* ptr_len is remaining size in event header apart from LCP */ in wireless_send_event()
588 ptr_len = hdr_len - IW_EV_COMPAT_LCP_LEN; in wireless_send_event()
621 ptr_len); in wireless_send_event()
623 memcpy(&compat_event->ptr_bytes[ptr_len], in wireless_send_event()
627 memcpy(compat_event->ptr_bytes, wrqu, ptr_len); in wireless_send_event()
472 int ptr_len; wireless_send_event() local
/linux/fs/xfs/scrub/
H A Dnewbt.c591 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xrep_newbt_claim_block()
/linux/net/core/
H A Dfilter.c4092 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_pointer()
4109 ptr_len = xdp->data_end - xdp->data; in BPF_CALL_4()
4113 if (off < ptr_off + ptr_len) { in BPF_CALL_4()
4115 unsigned long copy_len = min(len, ptr_len - copy_off);
4129 ptr_off += ptr_len; in __bpf_xdp_load_bytes()
4131 ptr_len = skb_frag_size(next_frag); in BPF_CALL_4()
4023 unsigned long ptr_len, ptr_off = 0; bpf_xdp_copy_buf() local
/linux/fs/xfs/
H A Dxfs_trace.h2961 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {
4849 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {