Home
last modified time | relevance | path

Searched refs:ptr_len (Results 1 – 4 of 4) 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.c472 int ptr_len; in wireless_send_event() local
589 ptr_len = hdr_len - IW_EV_COMPAT_LCP_LEN; in wireless_send_event()
622 ptr_len); in wireless_send_event()
624 memcpy(&compat_event->ptr_bytes[ptr_len], in wireless_send_event()
628 memcpy(compat_event->ptr_bytes, wrqu, ptr_len); in wireless_send_event()
/linux/fs/xfs/scrub/
H A Dnewbt.c593 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xrep_newbt_claim_block()
/linux/net/core/
H A Dfilter.c4015 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local
4032 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf()
4036 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf()
4038 unsigned long copy_len = min(len, ptr_len - copy_off); in bpf_xdp_copy_buf()
4052 ptr_off += ptr_len; in bpf_xdp_copy_buf()
4054 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()