Searched refs:entry1 (Results 1 - 17 of 17) sorted by relevance

/linux-master/fs/ext2/
H A Dxattr.c901 struct ext2_xattr_entry *entry1, *entry2; local
903 entry1 = ENTRY(header1+1);
905 while (!IS_LAST_ENTRY(entry1)) {
908 if (entry1->e_hash != entry2->e_hash ||
909 entry1->e_name_index != entry2->e_name_index ||
910 entry1->e_name_len != entry2->e_name_len ||
911 entry1->e_value_size != entry2->e_value_size ||
912 memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
914 if (entry1
[all...]
/linux-master/fs/ext4/
H A Dblock_validity.c46 static inline int can_merge(struct ext4_system_zone *entry1, argument
49 if ((entry1->start_blk + entry1->count) == entry2->start_blk &&
50 entry1->ino == entry2->ino)
H A Dxattr.c3060 struct ext4_xattr_entry *entry1, *entry2; local
3062 entry1 = ENTRY(header1+1);
3064 while (!IS_LAST_ENTRY(entry1)) {
3067 if (entry1->e_hash != entry2->e_hash ||
3068 entry1->e_name_index != entry2->e_name_index ||
3069 entry1->e_name_len != entry2->e_name_len ||
3070 entry1->e_value_size != entry2->e_value_size ||
3071 entry1->e_value_inum != entry2->e_value_inum ||
3072 memcmp(entry1->e_name, entry2->e_name, entry1
[all...]
/linux-master/drivers/infiniband/hw/irdma/
H A Duda.c175 * @entry1: Multcast group info
178 static bool irdma_compare_mgs(struct irdma_mcast_grp_ctx_entry_info *entry1, argument
181 if (entry1->dest_port == entry2->dest_port &&
182 entry1->qp_id == entry2->qp_id)
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c217 /* Note entry1 and entry2 are not swappable. only skip ip and
220 static bool nfp_ct_merge_check_cannot_skip(struct nfp_fl_ct_flow_entry *entry1, argument
224 if ((entry1->flags & NFP_FL_ACTION_DO_NAT) &&
231 /* Note entry1 and entry2 are not swappable, entry1 should be
236 static int nfp_ct_merge_check(struct nfp_fl_ct_flow_entry *entry1, argument
242 ovlp_keys = entry1->rule->match.dissector->used_keys &
254 if (entry1->netdev && entry2->netdev &&
255 entry1->netdev != entry2->netdev)
264 flow_rule_match_control(entry1
[all...]
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-host.c386 struct resource_entry *entry1, *entry2; local
388 entry1 = container_of(a, struct resource_entry, node);
391 return resource_size(entry2->res) - resource_size(entry1->res);
/linux-master/arch/x86/kernel/apic/
H A Dio_apic.c491 struct IO_APIC_route_entry entry, entry1; local
493 entry = entry1 = __ioapic_read_entry(apic, pin);
498 entry1.masked = true;
499 entry1.is_level = false;
501 __ioapic_write_entry(apic, pin, entry1);
2073 struct IO_APIC_route_entry entry0, entry1; local
2092 memset(&entry1, 0, sizeof(entry1));
2094 entry1.dest_mode_logical = true;
2095 entry1
[all...]
/linux-master/include/linux/
H A Dlist.h265 * list_swap - replace entry1 with entry2 and re-add entry1 at entry2's position
266 * @entry1: the location to place entry2
267 * @entry2: the location to place entry1
269 static inline void list_swap(struct list_head *entry1, argument
275 list_replace(entry1, entry2);
276 if (pos == entry1)
278 list_add(entry1, pos);
/linux-master/fs/xfs/libxfs/
H A Dxfs_attr_leaf.c2822 struct xfs_attr_leaf_entry *entry1; local
2858 entry1 = &xfs_attr3_leaf_entryp(leaf1)[args->index];
2872 if (entry1->flags & XFS_ATTR_LOCAL) {
2890 ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval));
2895 ASSERT(entry1->flags & XFS_ATTR_INCOMPLETE);
2898 entry1->flags &= ~XFS_ATTR_INCOMPLETE;
2900 XFS_DA_LOGRANGE(leaf1, entry1, sizeof(*entry1)));
2902 ASSERT((entry1->flags & XFS_ATTR_LOCAL) == 0);
/linux-master/net/ipv4/netfilter/
H A Dip_tables.c1398 void *pos, *entry0, *entry1; local
1440 entry1 = newinfo->entries;
1441 pos = entry1;
1445 newinfo, entry1);
1448 * entry1/newinfo contains a 64bit ruleset that looks exactly as
1467 ret = translate_table(net, newinfo, entry1, &repl);
1472 *pentry0 = entry1;
H A Darp_tables.c1166 void *pos, *entry0, *entry1; local
1208 entry1 = newinfo->entries;
1209 pos = entry1;
1213 newinfo, entry1);
1230 ret = translate_table(net, newinfo, entry1, &repl);
1235 *pentry0 = entry1;
/linux-master/net/ipv6/netfilter/
H A Dip6_tables.c1413 void *pos, *entry0, *entry1; local
1455 entry1 = newinfo->entries;
1456 pos = entry1;
1460 newinfo, entry1);
1476 ret = translate_table(net, newinfo, entry1, &repl);
1481 *pentry0 = entry1;
/linux-master/net/netfilter/
H A Dnf_flow_table_offload.c229 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); local
262 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 8,
276 struct flow_action_entry *entry1 = flow_action_entry_next(flow_rule); local
321 flow_offload_mangle(entry1, FLOW_ACT_MANGLE_HDR_TYPE_ETH, 4,
/linux-master/fs/ocfs2/
H A Ddir.c3480 const struct ocfs2_dx_entry *entry1 = a; local
3482 u32 major_hash1 = le32_to_cpu(entry1->dx_major_hash);
3484 u32 minor_hash1 = le32_to_cpu(entry1->dx_minor_hash);
3504 struct ocfs2_dx_entry *entry1 = a; local
3507 BUG_ON(size != sizeof(*entry1));
3509 swap(*entry1, *entry2);
/linux-master/fs/bcachefs/
H A Dextents.c901 const union bch_extent_entry *entry1, *entry2; local
907 bkey_for_each_ptr_decode(k1.k, ptrs1, p1, entry1)
/linux-master/drivers/staging/media/ipu3/include/uapi/
H A Dintel-ipu3.h2420 * @entry1: pyramid LUT entry1, range [0x0, 0x3f]
2426 __u32 entry1:6; member in struct:ipu3_uapi_anr_stitch_pyramid
/linux-master/tools/testing/radix-tree/
H A Dmaple.c34800 void *entry1; /* The first entry value */ member in struct:rcu_test_struct
[all...]

Completed in 432 milliseconds