/linux-6.6.21/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.6.21/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.6.21/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 | 3073 struct ext4_xattr_entry *entry1, *entry2; in ext4_xattr_cmp() local 3075 entry1 = ENTRY(header1+1); in ext4_xattr_cmp() 3077 while (!IS_LAST_ENTRY(entry1)) { in ext4_xattr_cmp() 3080 if (entry1->e_hash != entry2->e_hash || in ext4_xattr_cmp() 3081 entry1->e_name_index != entry2->e_name_index || in ext4_xattr_cmp() 3082 entry1->e_name_len != entry2->e_name_len || in ext4_xattr_cmp() 3083 entry1->e_value_size != entry2->e_value_size || in ext4_xattr_cmp() 3084 entry1->e_value_inum != entry2->e_value_inum || in ext4_xattr_cmp() 3085 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len)) in ext4_xattr_cmp() 3087 if (!entry1->e_value_inum && in ext4_xattr_cmp() [all …]
|
/linux-6.6.21/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.6.21/arch/x86/kernel/apic/ |
D | io_apic.c | 491 struct IO_APIC_route_entry entry, entry1; in __eoi_ioapic_pin() local 493 entry = entry1 = __ioapic_read_entry(apic, pin); in __eoi_ioapic_pin() 498 entry1.masked = true; in __eoi_ioapic_pin() 499 entry1.is_level = false; in __eoi_ioapic_pin() 501 __ioapic_write_entry(apic, pin, entry1); in __eoi_ioapic_pin() 2076 struct IO_APIC_route_entry entry0, entry1; in unlock_ExtINT_logic() local 2095 memset(&entry1, 0, sizeof(entry1)); in unlock_ExtINT_logic() 2097 entry1.dest_mode_logical = true; in unlock_ExtINT_logic() 2098 entry1.masked = false; in unlock_ExtINT_logic() 2099 entry1.destid_0_7 = apic_id & 0xFF; in unlock_ExtINT_logic() [all …]
|
/linux-6.6.21/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.6.21/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.6.21/net/ipv4/netfilter/ |
D | arp_tables.c | 1162 void *pos, *entry0, *entry1; in translate_compat_table() local 1204 entry1 = newinfo->entries; in translate_compat_table() 1205 pos = entry1; in translate_compat_table() 1209 newinfo, entry1); in translate_compat_table() 1226 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1231 *pentry0 = entry1; in translate_compat_table()
|
D | ip_tables.c | 1394 void *pos, *entry0, *entry1; in translate_compat_table() local 1436 entry1 = newinfo->entries; in translate_compat_table() 1437 pos = entry1; in translate_compat_table() 1441 newinfo, entry1); in translate_compat_table() 1463 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1468 *pentry0 = entry1; in translate_compat_table()
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6_tables.c | 1409 void *pos, *entry0, *entry1; in translate_compat_table() local 1451 entry1 = newinfo->entries; in translate_compat_table() 1452 pos = entry1; in translate_compat_table() 1456 newinfo, entry1); in translate_compat_table() 1472 ret = translate_table(net, newinfo, entry1, &repl); in translate_compat_table() 1477 *pentry0 = entry1; in translate_compat_table()
|
/linux-6.6.21/fs/xfs/libxfs/ |
D | xfs_attr_leaf.c | 2900 struct xfs_attr_leaf_entry *entry1; in xfs_attr3_leaf_flipflags() local 2936 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index]; in xfs_attr3_leaf_flipflags() 2950 if (entry1->flags & XFS_ATTR_LOCAL) { in xfs_attr3_leaf_flipflags() 2968 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval)); in xfs_attr3_leaf_flipflags() 2973 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE); in xfs_attr3_leaf_flipflags() 2976 entry1->flags &= ~XFS_ATTR_INCOMPLETE; in xfs_attr3_leaf_flipflags() 2978 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1))); in xfs_attr3_leaf_flipflags() 2980 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0); in xfs_attr3_leaf_flipflags()
|
/linux-6.6.21/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.6.21/fs/ocfs2/ |
D | dir.c | 3482 const struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_cmp() local 3484 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash); in dx_leaf_sort_cmp() 3486 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash); in dx_leaf_sort_cmp() 3506 struct ocfs2_dx_entry *entry1 = a; in dx_leaf_sort_swap() local 3509 BUG_ON(size != sizeof(*entry1)); in dx_leaf_sort_swap() 3511 swap(*entry1, *entry2); in dx_leaf_sort_swap()
|
/linux-6.6.21/drivers/staging/media/ipu3/include/uapi/ |
D | intel-ipu3.h | 2426 __u32 entry1:6; member
|
/linux-6.6.21/tools/testing/radix-tree/ |
D | maple.c | 34793 void *entry1; /* The first entry value */ member 34822 if (entry == test->entry1) in eval_rcu_entry() 35248 vals.entry1 = xa_mk_value(865); in check_rcu_threaded() 35271 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded() 35308 vals.entry1 = xa_mk_value(4390); in check_rcu_threaded()
|