entry2            681 drivers/acpi/pci_root.c 	struct resource_entry *tmp, *entry, *entry2;
entry2            709 drivers/acpi/pci_root.c 		resource_list_for_each_entry(entry2, resources) {
entry2            710 drivers/acpi/pci_root.c 			res2 = entry2->res;
entry2            893 drivers/char/ipmi/ipmi_devintf.c 	struct ipmi_reg_list *entry, *entry2;
entry2            895 drivers/char/ipmi/ipmi_devintf.c 	list_for_each_entry_safe(entry, entry2, &reg_list, link) {
entry2           2385 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 entry2:6;
entry2            888 fs/ext2/xattr.c 	struct ext2_xattr_entry *entry1, *entry2;
entry2            891 fs/ext2/xattr.c 	entry2 = ENTRY(header2+1);
entry2            893 fs/ext2/xattr.c 		if (IS_LAST_ENTRY(entry2))
entry2            895 fs/ext2/xattr.c 		if (entry1->e_hash != entry2->e_hash ||
entry2            896 fs/ext2/xattr.c 		    entry1->e_name_index != entry2->e_name_index ||
entry2            897 fs/ext2/xattr.c 		    entry1->e_name_len != entry2->e_name_len ||
entry2            898 fs/ext2/xattr.c 		    entry1->e_value_size != entry2->e_value_size ||
entry2            899 fs/ext2/xattr.c 		    memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
entry2            901 fs/ext2/xattr.c 		if (entry1->e_value_block != 0 || entry2->e_value_block != 0)
entry2            904 fs/ext2/xattr.c 			   (char *)header2 + le16_to_cpu(entry2->e_value_offs),
entry2            909 fs/ext2/xattr.c 		entry2 = EXT2_XATTR_NEXT(entry2);
entry2            911 fs/ext2/xattr.c 	if (!IS_LAST_ENTRY(entry2))
entry2             46 fs/ext4/block_validity.c 		     struct ext4_system_zone *entry2)
entry2             48 fs/ext4/block_validity.c 	if ((entry1->start_blk + entry1->count) == entry2->start_blk)
entry2           3006 fs/ext4/xattr.c 	struct ext4_xattr_entry *entry1, *entry2;
entry2           3009 fs/ext4/xattr.c 	entry2 = ENTRY(header2+1);
entry2           3011 fs/ext4/xattr.c 		if (IS_LAST_ENTRY(entry2))
entry2           3013 fs/ext4/xattr.c 		if (entry1->e_hash != entry2->e_hash ||
entry2           3014 fs/ext4/xattr.c 		    entry1->e_name_index != entry2->e_name_index ||
entry2           3015 fs/ext4/xattr.c 		    entry1->e_name_len != entry2->e_name_len ||
entry2           3016 fs/ext4/xattr.c 		    entry1->e_value_size != entry2->e_value_size ||
entry2           3017 fs/ext4/xattr.c 		    entry1->e_value_inum != entry2->e_value_inum ||
entry2           3018 fs/ext4/xattr.c 		    memcmp(entry1->e_name, entry2->e_name, entry1->e_name_len))
entry2           3022 fs/ext4/xattr.c 			   (char *)header2 + le16_to_cpu(entry2->e_value_offs),
entry2           3027 fs/ext4/xattr.c 		entry2 = EXT4_XATTR_NEXT(entry2);
entry2           3029 fs/ext4/xattr.c 	if (!IS_LAST_ENTRY(entry2))
entry2           3485 fs/ocfs2/dir.c 	const struct ocfs2_dx_entry *entry2 = b;
entry2           3487 fs/ocfs2/dir.c 	u32 major_hash2 = le32_to_cpu(entry2->dx_major_hash);
entry2           3489 fs/ocfs2/dir.c 	u32 minor_hash2 = le32_to_cpu(entry2->dx_minor_hash);
entry2           3509 fs/ocfs2/dir.c 	struct ocfs2_dx_entry *entry2 = b;
entry2           3513 fs/ocfs2/dir.c 	swap(*entry1, *entry2);
entry2           2775 fs/xfs/libxfs/xfs_attr_leaf.c 	struct xfs_attr_leaf_entry *entry2;
entry2           2813 fs/xfs/libxfs/xfs_attr_leaf.c 	entry2 = &xfs_attr3_leaf_entryp(leaf2)[args->index2];
entry2           2833 fs/xfs/libxfs/xfs_attr_leaf.c 	if (entry2->flags & XFS_ATTR_LOCAL) {
entry2           2842 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT(be32_to_cpu(entry1->hashval) == be32_to_cpu(entry2->hashval));
entry2           2848 fs/xfs/libxfs/xfs_attr_leaf.c 	ASSERT((entry2->flags & XFS_ATTR_INCOMPLETE) == 0);
entry2           2862 fs/xfs/libxfs/xfs_attr_leaf.c 	entry2->flags |= XFS_ATTR_INCOMPLETE;
entry2           2864 fs/xfs/libxfs/xfs_attr_leaf.c 			  XFS_DA_LOGRANGE(leaf2, entry2, sizeof(*entry2)));
entry2           2865 fs/xfs/libxfs/xfs_attr_leaf.c 	if ((entry2->flags & XFS_ATTR_LOCAL) == 0) {
entry2            173 include/linux/list.h 			     struct list_head *entry2)
entry2            175 include/linux/list.h 	struct list_head *pos = entry2->prev;
entry2            177 include/linux/list.h 	list_del(entry2);
entry2            178 include/linux/list.h 	list_replace(entry1, entry2);
entry2            180 include/linux/list.h 		pos = entry2;