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.c593 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xrep_newbt_claim_block()
/linux/net/core/
H A Dfilter.c4014 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local
4031 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf()
4035 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf()
4037 unsigned long copy_len = min(len, ptr_len - copy_off); in bpf_xdp_copy_buf()
4051 ptr_off += ptr_len; in bpf_xdp_copy_buf()
4053 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()
/linux/fs/xfs/
H A Dxfs_trace.h2961 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {
4852 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {