Searched refs:ptr_len (Results 1 – 15 of 15) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_btree.h | 129 size_t ptr_len; member 639 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_islastblock() 676 ASSERT(ops->ptr_len == XFS_BTREE_LONG_PTR_LEN || in xfs_btree_alloc_cursor() 677 ops->ptr_len == XFS_BTREE_SHORT_PTR_LEN); in xfs_btree_alloc_cursor()
|
| H A D | xfs_btree_mem.c | 129 if (ops->ptr_len != XFS_BTREE_LONG_PTR_LEN) { in xfbtree_init() 130 ASSERT(ops->ptr_len == XFS_BTREE_LONG_PTR_LEN); in xfbtree_init()
|
| H A D | xfs_btree.c | 289 if (cur->bc_ops->ptr_len == XFS_BTREE_SHORT_PTR_LEN) in xfs_btree_block_errtag() 698 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_block_len() 755 (n - 1) * cur->bc_ops->ptr_len; in xfs_btree_ptr_offset() 1140 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_setbuf() 1158 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_ptr_is_null() 1169 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_set_ptr_null() 1181 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_ptrs_equal() 1198 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_get_sibling() 1220 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_set_sibling() 1250 if (ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in __xfs_btree_init_block() [all …]
|
| H A D | xfs_alloc_btree.c | 425 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 455 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
| H A D | xfs_ialloc_btree.c | 417 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 447 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
| H A D | xfs_rmap_btree.c | 502 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 620 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
| H A D | xfs_rtrmap_btree.c | 498 .ptr_len = XFS_BTREE_LONG_PTR_LEN, 608 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
| H A D | xfs_refcount_btree.c | 326 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
| H A D | xfs_rtrefcount_btree.c | 374 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
| H A D | xfs_bmap_btree.c | 635 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
| /linux-6.15/net/wireless/ |
| H A D | wext-core.c | 472 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-6.15/fs/xfs/scrub/ |
| H A D | rcbag_btree.c | 190 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
| H A D | newbt.c | 584 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xrep_newbt_claim_block()
|
| /linux-6.15/net/core/ |
| H A D | filter.c | 3976 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local 3993 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf() 3997 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf() 3999 unsigned long copy_len = min(len, ptr_len - copy_off); in bpf_xdp_copy_buf() 4013 ptr_off += ptr_len; in bpf_xdp_copy_buf() 4015 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_trace.h | 2845 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { 4767 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {
|