existing 260 drivers/base/devcoredump.c struct device *existing; existing 265 drivers/base/devcoredump.c existing = class_find_device(&devcd_class, NULL, dev, existing 267 drivers/base/devcoredump.c if (existing) { existing 268 drivers/base/devcoredump.c put_device(existing); existing 1006 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c struct brcmf_fws_mac_descriptor *entry, *existing; existing 1029 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c existing = brcmf_fws_macdesc_lookup(fws, addr); existing 1030 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (IS_ERR(existing)) { existing 1044 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c if (entry != existing) { existing 1045 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c brcmf_dbg(TRACE, "copy mac %s\n", existing->name); existing 1047 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c memcpy(entry, existing, existing 1050 drivers/net/wireless/broadcom/brcm80211/brcmfmac/fwsignal.c brcmf_fws_macdesc_deinit(existing); existing 126 drivers/soc/qcom/rpmh.c goto existing; existing 139 drivers/soc/qcom/rpmh.c existing: existing 3664 drivers/usb/gadget/function/f_fs.c struct ffs_dev *existing; existing 3669 drivers/usb/gadget/function/f_fs.c existing = _ffs_do_find_dev(name); existing 3670 drivers/usb/gadget/function/f_fs.c if (!existing) existing 3672 drivers/usb/gadget/function/f_fs.c else if (existing != dev) existing 651 fs/btrfs/delayed-ref.c struct btrfs_delayed_ref_head *existing, existing 660 fs/btrfs/delayed-ref.c BUG_ON(existing->is_data != update->is_data); existing 662 fs/btrfs/delayed-ref.c spin_lock(&existing->lock); existing 671 fs/btrfs/delayed-ref.c existing->must_insert_reserved = update->must_insert_reserved; existing 677 fs/btrfs/delayed-ref.c existing->num_bytes = update->num_bytes; existing 682 fs/btrfs/delayed-ref.c if (!existing->extent_op) { existing 683 fs/btrfs/delayed-ref.c existing->extent_op = update->extent_op; existing 686 fs/btrfs/delayed-ref.c memcpy(&existing->extent_op->key, existing 689 fs/btrfs/delayed-ref.c existing->extent_op->update_key = true; existing 692 fs/btrfs/delayed-ref.c existing->extent_op->flags_to_set |= existing 694 fs/btrfs/delayed-ref.c existing->extent_op->update_flags = true; existing 704 fs/btrfs/delayed-ref.c old_ref_mod = existing->total_ref_mod; existing 707 fs/btrfs/delayed-ref.c existing->ref_mod += update->ref_mod; existing 708 fs/btrfs/delayed-ref.c existing->total_ref_mod += update->ref_mod; existing 714 fs/btrfs/delayed-ref.c if (existing->is_data) { existing 717 fs/btrfs/delayed-ref.c existing->num_bytes); existing 719 fs/btrfs/delayed-ref.c if (existing->total_ref_mod >= 0 && old_ref_mod < 0) { existing 720 fs/btrfs/delayed-ref.c delayed_refs->pending_csums -= existing->num_bytes; existing 723 fs/btrfs/delayed-ref.c if (existing->total_ref_mod < 0 && old_ref_mod >= 0) { existing 724 fs/btrfs/delayed-ref.c delayed_refs->pending_csums += existing->num_bytes; existing 728 fs/btrfs/delayed-ref.c spin_unlock(&existing->lock); existing 805 fs/btrfs/delayed-ref.c struct btrfs_delayed_ref_head *existing; existing 822 fs/btrfs/delayed-ref.c existing = htree_insert(&delayed_refs->href_root, existing 824 fs/btrfs/delayed-ref.c if (existing) { existing 825 fs/btrfs/delayed-ref.c update_existing_head_ref(trans, existing, head_ref, existing 832 fs/btrfs/delayed-ref.c head_ref = existing; existing 537 fs/btrfs/extent_map.c struct extent_map *existing, existing 549 fs/btrfs/extent_map.c if (existing->start > map_start) { existing 550 fs/btrfs/extent_map.c next = existing; existing 553 fs/btrfs/extent_map.c prev = existing; existing 605 fs/btrfs/extent_map.c struct extent_map *existing; existing 609 fs/btrfs/extent_map.c existing = search_extent_mapping(em_tree, start, len); existing 611 fs/btrfs/extent_map.c trace_btrfs_handle_em_exist(fs_info, existing, em, start, len); existing 617 fs/btrfs/extent_map.c if (start >= existing->start && existing 618 fs/btrfs/extent_map.c start < extent_map_end(existing)) { existing 620 fs/btrfs/extent_map.c *em_in = existing; existing 630 fs/btrfs/extent_map.c ret = merge_extent_mapping(em_tree, existing, existing 637 fs/btrfs/extent_map.c ret, existing->start, existing->len, existing 640 fs/btrfs/extent_map.c free_extent_map(existing); existing 428 fs/btrfs/scrub.c struct full_stripe_lock *existing; existing 448 fs/btrfs/scrub.c existing = insert_full_stripe_lock(locks_root, fstripe_start); existing 450 fs/btrfs/scrub.c if (IS_ERR(existing)) { existing 451 fs/btrfs/scrub.c ret = PTR_ERR(existing); existing 454 fs/btrfs/scrub.c mutex_lock(&existing->mutex); existing 639 fs/btrfs/tree-log.c struct btrfs_file_extent_item *existing; existing 643 fs/btrfs/tree-log.c existing = btrfs_item_ptr(leaf, path->slots[0], existing 648 fs/btrfs/tree-log.c read_extent_buffer(leaf, &cmp2, (unsigned long)existing, existing 224 fs/configfs/dir.c const unsigned char *existing = configfs_get_name(sd); existing 225 fs/configfs/dir.c if (strcmp(existing, new)) existing 1056 fs/ocfs2/dlm/dlmcommon.h static inline int dlm_lock_compatible(int existing, int request) existing 1060 fs/ocfs2/dlm/dlmcommon.h existing == LKM_NLMODE) existing 1068 fs/ocfs2/dlm/dlmcommon.h if (existing == LKM_PRMODE) existing 142 fs/ocfs2/dlm/dlmdomain.c static int dlm_protocol_compare(struct dlm_protocol_version *existing, existing 2081 fs/ocfs2/dlm/dlmdomain.c static int dlm_protocol_compare(struct dlm_protocol_version *existing, existing 2084 fs/ocfs2/dlm/dlmdomain.c if (existing->pv_major != request->pv_major) existing 2087 fs/ocfs2/dlm/dlmdomain.c if (existing->pv_minor > request->pv_minor) existing 2090 fs/ocfs2/dlm/dlmdomain.c if (existing->pv_minor < request->pv_minor) existing 2091 fs/ocfs2/dlm/dlmdomain.c request->pv_minor = existing->pv_minor; existing 775 fs/ocfs2/stack_user.c static int fs_protocol_compare(struct ocfs2_protocol_version *existing, existing 778 fs/ocfs2/stack_user.c if (existing->pv_major != request->pv_major) existing 781 fs/ocfs2/stack_user.c if (existing->pv_minor > request->pv_minor) existing 784 fs/ocfs2/stack_user.c if (existing->pv_minor < request->pv_minor) existing 785 fs/ocfs2/stack_user.c request->pv_minor = existing->pv_minor; existing 296 include/trace/events/btrfs.h const struct extent_map *existing, const struct extent_map *map, existing 299 include/trace/events/btrfs.h TP_ARGS(fs_info, existing, map, start, len), existing 311 include/trace/events/btrfs.h __entry->e_start = existing->start; existing 312 include/trace/events/btrfs.h __entry->e_len = existing->len; existing 1889 kernel/bpf/core.c struct bpf_prog_array_item *existing; existing 1898 kernel/bpf/core.c existing = old_array->items; existing 1899 kernel/bpf/core.c for (; existing->prog; existing++) { existing 1900 kernel/bpf/core.c if (existing->prog == exclude_prog) { existing 1904 kernel/bpf/core.c if (existing->prog != &dummy_bpf_prog.prog) existing 1906 kernel/bpf/core.c if (existing->prog == include_prog) existing 1932 kernel/bpf/core.c existing = old_array->items; existing 1933 kernel/bpf/core.c for (; existing->prog; existing++) existing 1934 kernel/bpf/core.c if (existing->prog != exclude_prog && existing 1935 kernel/bpf/core.c existing->prog != &dummy_bpf_prog.prog) { existing 1937 kernel/bpf/core.c existing->prog; existing 89 net/llc/llc_if.c struct sock *existing; existing 95 net/llc/llc_if.c existing = llc_lookup_established(llc->sap, &daddr, &laddr); existing 96 net/llc/llc_if.c if (existing) { existing 97 net/llc/llc_if.c if (existing->sk_state == TCP_ESTABLISHED) { existing 98 net/llc/llc_if.c sk = existing; existing 101 net/llc/llc_if.c sock_put(existing); existing 398 net/sched/sch_qfq.c bool existing = false; existing 459 net/sched/sch_qfq.c existing = true; existing 508 net/sched/sch_qfq.c if (existing)