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()
H A Dxfs_rtrefcount_btree.c374 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
/linux/net/wireless/
H A Dwext-core.c471 int ptr_len; in wireless_send_event() local
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()
/linux/net/core/
H A Dfilter.c4187 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local
4204 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf()
4208 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf()
4210 unsigned long copy_len = min(len, ptr_len - copy_off); in bpf_xdp_copy_buf()
4224 ptr_off += ptr_len; in bpf_xdp_copy_buf()
4226 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) {
4849 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {