Searched refs:ptr_len (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_btree.h | 129 size_t ptr_len; member 624 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_islastblock() 661 ASSERT(ops->ptr_len == XFS_BTREE_LONG_PTR_LEN || in xfs_btree_alloc_cursor() 662 ops->ptr_len == XFS_BTREE_SHORT_PTR_LEN); in xfs_btree_alloc_cursor()
|
D | xfs_btree_mem.c | 130 if (ops->ptr_len != XFS_BTREE_LONG_PTR_LEN) { in xfbtree_init() 131 ASSERT(ops->ptr_len == XFS_BTREE_LONG_PTR_LEN); in xfbtree_init()
|
D | xfs_btree.c | 283 if (cur->bc_ops->ptr_len == XFS_BTREE_SHORT_PTR_LEN) in xfs_btree_block_errtag() 704 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_block_len() 761 (n - 1) * cur->bc_ops->ptr_len; in xfs_btree_ptr_offset() 1146 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_setbuf() 1164 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_ptr_is_null() 1175 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_set_ptr_null() 1187 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xfs_btree_ptrs_equal() 1204 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_get_sibling() 1226 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in xfs_btree_set_sibling() 1256 if (ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { in __xfs_btree_init_block() [all …]
|
D | xfs_alloc_btree.c | 425 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 455 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
D | xfs_ialloc_btree.c | 416 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 446 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
D | xfs_rmap_btree.c | 501 .ptr_len = XFS_BTREE_SHORT_PTR_LEN, 619 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
D | xfs_refcount_btree.c | 327 .ptr_len = XFS_BTREE_SHORT_PTR_LEN,
|
D | xfs_bmap_btree.c | 525 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
/linux-6.12.1/net/wireless/ |
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.12.1/fs/xfs/scrub/ |
D | rcbag_btree.c | 190 .ptr_len = XFS_BTREE_LONG_PTR_LEN,
|
D | newbt.c | 547 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) in xrep_newbt_claim_block()
|
/linux-6.12.1/net/core/ |
D | filter.c | 3961 unsigned long ptr_len, ptr_off = 0; in bpf_xdp_copy_buf() local 3978 ptr_len = xdp->data_end - xdp->data; in bpf_xdp_copy_buf() 3982 if (off < ptr_off + ptr_len) { in bpf_xdp_copy_buf() 3984 unsigned long copy_len = min(len, ptr_len - copy_off); in bpf_xdp_copy_buf() 3998 ptr_off += ptr_len; in bpf_xdp_copy_buf() 4000 ptr_len = skb_frag_size(next_frag); in bpf_xdp_copy_buf()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_trace.h | 2556 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) { 4443 if (cur->bc_ops->ptr_len == XFS_BTREE_LONG_PTR_LEN) {
|