/linux-6.12.1/fs/ext2/ |
D | xattr.c | 901 struct ext2_xattr_entry *entry1, *entry2; in ext2_xattr_cmp() local 903 entry1 = ENTRY(header1+1); in ext2_xattr_cmp() 905 while (!IS_LAST_ENTRY(entry1)) { in ext2_xattr_cmp() 908 if (entry1->e_hash != entry2->e_hash || in ext2_xattr_cmp() 909 entry1->e_name_index != entry2->e_name_index || in ext2_xattr_cmp() 910 entry1->e_name_len != entry2->e_name_len || in ext2_xattr_cmp() 911 entry1->e_value_size != entry2->e_value_size || in ext2_xattr_cmp() 912 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext2_xattr_cmp() 914 if (entry1->e_value_block != 0 || entry2->e_value_block != 0) in ext2_xattr_cmp() 916 if (memcmp((char *)header1 + le16_to_cpu(entry1->e_value_offs), in ext2_xattr_cmp() [all …]
|
/linux-6.12.1/drivers/net/ethernet/netronome/nfp/flower/ |
D | conntrack.c | 220 static bool nfp_ct_merge_check_cannot_skip(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check_cannot_skip() argument 224 if ((entry1->flags & NFP_FL_ACTION_DO_NAT) && in nfp_ct_merge_check_cannot_skip() 236 static int nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, in nfp_ct_merge_check() argument 242 ovlp_keys = entry1->rule->match.dissector->used_keys & in nfp_ct_merge_check() 254 if (entry1->netdev && entry2->netdev && in nfp_ct_merge_check() 255 entry1->netdev != entry2->netdev) in nfp_ct_merge_check() 264 flow_rule_match_control(entry1->rule, &match1); in nfp_ct_merge_check() 274 flow_rule_match_basic(entry1->rule, &match1); in nfp_ct_merge_check() 294 nfp_ct_merge_check_cannot_skip(entry1, entry2)) { in nfp_ct_merge_check() 297 flow_rule_match_ipv4_addrs(entry1->rule, &match1); in nfp_ct_merge_check() [all …]
|
/linux-6.12.1/fs/ext4/ |
D | block_validity.c | 46 static inline int can_merge(struct ext4_system_zone *entry1, in can_merge() argument 49 if ((entry1->start_blk + entry1->count) == entry2->start_blk && in can_merge() 50 entry1->ino == entry2->ino) in can_merge()
|
D | xattr.c | 3071 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local 3073 entry1 = ENTRY(header1+1); in ext4_xattr_cmp() 3075 while (!IS_LAST_ENTRY(entry1)) { in ext4_xattr_cmp() 3078 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp() 3079 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp() 3080 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp() 3081 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp() 3082 entry1->e_value_inum != entry2->e_value_inum || in ext4_xattr_cmp() 3083 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp() 3085 if (!entry1->e_value_inum && in ext4_xattr_cmp() [all …]
|
/linux-6.12.1/drivers/infiniband/hw/irdma/ |
D | uda.c | 178 static bool irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, in irdma_compare_mgs() argument 181 if (entry1->dest_port == entry2->dest_port && in irdma_compare_mgs() 182 entry1->qp_id == entry2->qp_id) in irdma_compare_mgs()
|
/linux-6.12.1/arch/x86/kernel/apic/ |
D | io_apic.c | 444 struct IO_APIC_route_entry entry, entry1; in __eoi_ioapic_pin() local 446 entry = entry1 = __ioapic_read_entry(apic, pin); in __eoi_ioapic_pin() 449 entry1.masked = true; in __eoi_ioapic_pin() 450 entry1.is_level = false; in __eoi_ioapic_pin() 452 __ioapic_write_entry(apic, pin, entry1); in __eoi_ioapic_pin() 1948 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 1967 memset(&entry1, 0, sizeof(entry1)); in unlock_ExtINT_logic() 1969 entry1.dest_mode_logical = true; in unlock_ExtINT_logic() 1970 entry1.masked = false; in unlock_ExtINT_logic() 1971 entry1.destid_0_7 = apic_id & 0xFF; in unlock_ExtINT_logic() [all …]
|
/linux-6.12.1/drivers/pci/controller/cadence/ |
D | pcie-cadence-host.c | 386 struct resource_entry *entry1, *entry2; in cdns_pcie_host_dma_ranges_cmp() local 388 entry1 = container_of(a, struct resource_entry, node); in cdns_pcie_host_dma_ranges_cmp() 391 return resource_size(entry2->res) - resource_size(entry1->res); in cdns_pcie_host_dma_ranges_cmp()
|
/linux-6.12.1/include/linux/ |
D | list.h | 269 static inline void list_swap(struct list_head *entry1, in list_swap() argument 275 list_replace(entry1, entry2); in list_swap() 276 if (pos == entry1) in list_swap() 278 list_add(entry1, pos); in list_swap()
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | arp_tables.c | 1166 void *pos, *entry0, *entry1; in translate_compat_table() local 1208 entry1 = newinfo->entries; in translate_compat_table() 1209 pos = entry1; in translate_compat_table() 1213 newinfo, entry1); in translate_compat_table() 1230 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1235 *pentry0 = entry1; in translate_compat_table()
|
D | ip_tables.c | 1398 void *pos, *entry0, *entry1; in translate_compat_table() local 1440 entry1 = newinfo->entries; in translate_compat_table() 1441 pos = entry1; in translate_compat_table() 1445 newinfo, entry1); in translate_compat_table() 1467 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1472 *pentry0 = entry1; in translate_compat_table()
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | ip6_tables.c | 1413 void *pos, *entry0, *entry1; in translate_compat_table() local 1455 entry1 = newinfo->entries; in translate_compat_table() 1456 pos = entry1; in translate_compat_table() 1460 newinfo, entry1); in translate_compat_table() 1476 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1481 *pentry0 = entry1; in translate_compat_table()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2910 struct xfs_attr_leaf_entry *entry1; in xfs_attr3_leaf_flipflags() local 2947 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; in xfs_attr3_leaf_flipflags() 2961 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags() 2979 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags() 2984 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE); in xfs_attr3_leaf_flipflags() 2987 entry1->flags &= ~XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags() 2989 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); in xfs_attr3_leaf_flipflags() 2991 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_flipflags()
|
/linux-6.12.1/net/netfilter/ |
D | nf_flow_table_offload.c | 229 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_src() local 262 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 8, in flow_offload_eth_src() 276 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); in flow_offload_eth_dst() local 321 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4, in flow_offload_eth_dst()
|
/linux-6.12.1/fs/bcachefs/ |
D | extents.c | 922 const union bch_extent_entry *entry1, *entry2; in bch2_extents_match() local 928 bkey_for_each_ptr_decode(k1.k, ptrs1, p1, entry1) in bch2_extents_match()
|
/linux-6.12.1/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 2426 __u32 entry1:6; member
|
/linux-6.12.1/fs/ocfs2/ |
D | dir.c | 3493 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp() local 3495 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash); in dx_leaf_sort_cmp() 3497 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash); in dx_leaf_sort_cmp()
|
/linux-6.12.1/tools/testing/radix-tree/ |
D | maple.c | 34802 void *entry1; /* The first entry value */ member 34831 if (entry == test->entry1) in eval_rcu_entry() 35257 vals.entry1 = xa_mk_value(865); in check_rcu_threaded() 35280 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded() 35317 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded()
|