/kernel/linux/linux-5.10/fs/btrfs/ |
D | delayed-ref.c | 650 struct btrfs_delayed_ref_head *existing, in update_existing_head_ref() argument 656 u64 flags = btrfs_ref_head_to_space_flags(existing); in update_existing_head_ref() 659 BUG_ON(existing->is_data != update->is_data); in update_existing_head_ref() 661 spin_lock(&existing->lock); in update_existing_head_ref() 670 existing->must_insert_reserved = update->must_insert_reserved; in update_existing_head_ref() 676 existing->num_bytes = update->num_bytes; in update_existing_head_ref() 681 if (!existing->extent_op) { in update_existing_head_ref() 682 existing->extent_op = update->extent_op; in update_existing_head_ref() 685 memcpy(&existing->extent_op->key, in update_existing_head_ref() 688 existing->extent_op->update_key = true; in update_existing_head_ref() [all …]
|
D | extent_map.c | 541 struct extent_map *existing, in merge_extent_mapping() argument 553 if (existing->start > map_start) { in merge_extent_mapping() 554 next = existing; in merge_extent_mapping() 557 prev = existing; in merge_extent_mapping() 609 struct extent_map *existing; in btrfs_add_extent_mapping() local 613 existing = search_extent_mapping(em_tree, start, len); in btrfs_add_extent_mapping() 615 trace_btrfs_handle_em_exist(fs_info, existing, em, start, len); in btrfs_add_extent_mapping() 621 if (start >= existing->start && in btrfs_add_extent_mapping() 622 start < extent_map_end(existing)) { in btrfs_add_extent_mapping() 624 *em_in = existing; in btrfs_add_extent_mapping() [all …]
|
/kernel/linux/linux-5.10/net/llc/ |
D | llc_if.c | 89 struct sock *existing; in llc_establish_connection() local 95 existing = llc_lookup_established(llc->sap, &daddr, &laddr); in llc_establish_connection() 96 if (existing) { in llc_establish_connection() 97 if (existing->sk_state == TCP_ESTABLISHED) { in llc_establish_connection() 98 sk = existing; in llc_establish_connection() 101 sock_put(existing); in llc_establish_connection()
|
/kernel/linux/linux-5.10/Documentation/block/ |
D | pr.rst | 64 is non-null. If no existing reservation exists old_key must be zero, 65 if an existing reservation should be replaced old_key must contain 68 If the new_key argument is 0 it unregisters the existing reservation passed 76 devices based on the type argument. The key argument must be the existing 91 This ioctl command releases the existing reservation referred to by 106 registered with the device and drops any existing reservation. 115 Ignore the existing reservation key. This is commonly supported for
|
/kernel/linux/linux-5.10/scripts/ |
D | Makefile.headersinst | 53 existing-dirs := $(sort $(dir $(old-headers))) 55 new-dirs := $(filter-out $(existing-dirs), $(wanted-dirs)) 77 existing-headers := $(filter $(old-headers), $(all-headers)) 79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Makefile.modfinal | 61 existing-targets := $(wildcard $(sort $(targets))) 63 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Makefile.modpost | 156 existing-targets := $(wildcard $(sort $(targets))) 158 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd)
|
D | Makefile.build | 554 existing-targets := $(wildcard $(sort $(targets))) 556 -include $(foreach f,$(existing-targets),$(dir $(f)).$(notdir $(f)).cmd) 561 existing-dirs := $(sort $(patsubst %/,%, $(dir $(existing-targets)))) 562 obj-dirs := $(strip $(filter-out $(existing-dirs), $(obj-dirs)))
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-class-stm_source | 7 is directed. Reads return an existing connection or "<none>" if 9 Write an existing (registered) stm device's name here to
|
D | sysfs-bus-intel_th-devices-msc | 19 If operating mode changes, existing buffer is deallocated, 34 Writing to this file deallocates existing buffer (provided
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | db-export.txt | 22 1. Because of the nature of SQL, existing tables and columns can continue to be 26 2. New tables and columns can be added, without affecting existing SQL queries, 33 4. The export scripts themselves maintain forward compatibility (i.e. an existing
|
D | itrace.txt | 17 G synthesize a call chain on existing event records 19 L synthesize last branch entries on existing event records
|
/kernel/linux/linux-5.10/drivers/base/ |
D | devcoredump.c | 260 struct device *existing; in dev_coredumpm() local 265 existing = class_find_device(&devcd_class, NULL, dev, in dev_coredumpm() 267 if (existing) { in dev_coredumpm() 268 put_device(existing); in dev_coredumpm()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/net/ |
D | broadcom-bcm87xx.txt | 12 with the existing register value, and the fourth cell is ORed with 14 value of zero, no read of the existing value is performed.
|
/kernel/linux/linux-5.10/Documentation/driver-api/mei/ |
D | mei-client-bus.rst | 13 However, for some of the ME functionalities it makes sense to leverage existing software 14 stack and expose them through existing kernel subsystems. 20 the existing code. 26 A driver implementation for an MEI Client is very similar to any other existing bus
|
/kernel/linux/linux-5.10/drivers/staging/media/ |
D | Kconfig | 9 so, they won't likely work fine with the existing applications. 11 the existing ones.
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-struct_ops.rst | 39 currently existing in the system. 48 currently existing in the system.
|
/kernel/linux/linux-5.10/lib/kunit/ |
D | test.c | 440 struct kunit_resource *existing; in kunit_add_named_resource() local 445 existing = kunit_find_named_resource(test, name); in kunit_add_named_resource() 446 if (existing) { in kunit_add_named_resource() 447 kunit_put_resource(existing); in kunit_add_named_resource()
|
/kernel/linux/linux-5.10/Documentation/firmware-guide/acpi/ |
D | method-customizing.rst | 14 1. override an existing method which may not work correctly, 38 1. override an existing method 68 This is easier than overriding an existing method.
|
/kernel/linux/linux-5.10/security/integrity/evm/ |
D | Kconfig | 27 additional info to the calculation, requires existing EVM 44 additional info to the calculation, requires existing EVM
|
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/ |
D | Kconfig | 7 validate the existing APIs in the media subsystem. It can also aid developers
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/fddi/ |
D | defza.rst | 23 existing IEEE 802.3 10BASE2 Ethernet and IEEE 802.5 Token Ring networks 24 by providing means to reuse existing cabling.
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/ |
D | cxacru.rst | 15 existing devices working when an invalid configuration is supplied. 17 There is a script cxacru-cf.py to convert an existing file to the sysfs form.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/dvb/ |
D | dvb-frontend-parameters.rst | 15 size would break the existing applications. So, those parameters were 19 existing delivery systems, and to add newer delivery systems.
|
/kernel/linux/linux-5.10/drivers/staging/fwserial/ |
D | TODO | 6 2. Implement _robust_ console on top of this. The existing prototype console
|