| /linux-6.15/fs/ubifs/ |
| H A D | orphan.c | 59 if (!orphan) in ubifs_add_orphan() 62 orphan->new = 1; in ubifs_add_orphan() 67 kfree(orphan); in ubifs_add_orphan() 81 kfree(orphan); in ubifs_add_orphan() 191 orphan->new = 0; in ubifs_orphan_start_commit() 192 orphan->cmt = 1; in ubifs_orphan_start_commit() 193 *last = orphan; in ubifs_orphan_start_commit() 318 orphan = cnext; in write_orph_node() 461 orphan = dnext; in erase_deleted() 468 kfree(orphan); in erase_deleted() [all …]
|
| H A D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
| /linux-6.15/Documentation/filesystems/ext4/ |
| H A D | orphan.rst | 11 track the inode as orphan so that in case of crash extra blocks allocated to 14 Traditionally ext4 tracks orphan inodes in a form of single linked list where 15 superblock contains the inode number of the last orphan inode (s_last_orphan 19 in heavy creation of orphan inodes. When orphan file feature 29 inode number of an orphan 31 blocksize-8 __le32 ob_magic Magic value stored in orphan 33 blocksize-4 __le32 ob_checksum Checksum of the orphan block. 36 When a filesystem with orphan file feature is writeably mounted, we set 38 be valid orphan entries. In case we see this feature when mounting the 39 filesystem, we read the whole orphan file and process all orphan inodes found [all …]
|
| H A D | globals.rst | 14 .. include:: orphan.rst
|
| H A D | special_inodes.rst | 55 - Inode number of file tracking orphan inodes.
|
| /linux-6.15/drivers/soc/qcom/ |
| H A D | smem_state.c | 28 bool orphan; member 50 if (state->orphan) in qcom_smem_state_update_bits() 224 state->orphan = true; in qcom_smem_state_unregister()
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kmemleak.rst | 7 with the difference that the orphan objects are not freed but only 37 Note that the orphan objects are listed in the order they were allocated 39 objects to be reported as orphan. 90 An allocated block of memory is considered orphan if no pointer to its 100 considered orphan) 108 4. the remaining white objects are considered orphan and reported via 183 The false negatives are real memory leaks (orphan objects) but not 191 (orphan). For objects known not to be leaks, kmemleak provides the
|
| /linux-6.15/Documentation/translations/zh_CN/ |
| H A D | disclaimer-zh_CN.rst | 1 :orphan:
|
| /linux-6.15/Documentation/translations/zh_TW/ |
| H A D | disclaimer-zh_TW.rst | 1 :orphan:
|
| /linux-6.15/Documentation/translations/it_IT/ |
| H A D | disclaimer-ita.rst | 1 :orphan:
|
| /linux-6.15/Documentation/translations/sp_SP/ |
| H A D | disclaimer-sp.rst | 1 :orphan:
|
| /linux-6.15/fs/ext4/ |
| H A D | Makefile | 13 xattr_user.o fast_commit.o orphan.o
|
| /linux-6.15/drivers/clk/ |
| H A D | clk.c | 78 bool orphan; member 2078 core->orphan = is_orphan; in clk_core_update_orphan_status() 2086 bool was_orphan = core->orphan; in clk_reparent() 2091 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3848 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local 3868 __clk_recalc_accuracies(orphan); in clk_core_reparent_orphans_nolock() 3869 __clk_recalc_rates(orphan, true, 0); in clk_core_reparent_orphans_nolock() 3882 orphan->req_rate = orphan->rate; in clk_core_reparent_orphans_nolock() 3996 core->orphan = parent->orphan; in __clk_core_init() 3999 core->orphan = false; in __clk_core_init() [all …]
|
| /linux-6.15/arch/arm64/kernel/vdso/ |
| H A D | Makefile | 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux-6.15/include/scsi/ |
| H A D | sg.h | 177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
|
| /linux-6.15/fs/btrfs/ |
| H A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
| /linux-6.15/arch/arm/boot/compressed/ |
| H A D | Makefile | 121 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-core.c | 1011 if (!src_csdev->orphan) in coresight_orphan_match() 1065 src_csdev->orphan = still_orphan; in coresight_orphan_match() 1135 conn->src_dev->orphan = true; in coresight_remove_conns() 1283 csdev->orphan = true; in coresight_register()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | msm-crash-dump.rst | 1 :orphan:
|
| /linux-6.15/arch/arm64/kernel/vdso32/ |
| H A D | Makefile | 102 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux-6.15/Documentation/networking/ |
| H A D | snmp_counter.rst | 494 becomes an orphan socket, kernel waits for the reply of the other side, 496 enough memory to keep the orphan socket, kernel would send an RST to 506 2. the orphan socket count is higher than net.ipv4.tcp_max_orphans 1275 Below is an example which let the orphan socket count be higher than 1361 gracefully, these connections became orphan sockets. As the iptables 1364 stage, so they will keep as orphan sockets until timeout. We have echo 1366 only keep 10 orphan sockets, for all other orphan sockets, the client 1368 the 'ss -s' command shows the system has 10 orphan sockets, and the 1372 exactly orphan socket count by the 'ss -s' command, but when kernel 1374 doesn't always check the exactly orphan socket count. For increasing [all …]
|
| /linux-6.15/Documentation/networking/mac80211_hwsim/ |
| H A D | mac80211_hwsim.rst | 1 :orphan:
|
| /linux-6.15/arch/powerpc/kernel/vdso/ |
| H A D | Makefile | 50 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux-6.15/arch/x86/boot/compressed/ |
| H A D | Makefile | 60 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
| /linux-6.15/arch/s390/boot/ |
| H A D | Makefile | 67 LDFLAGS_vmlinux-$(CONFIG_LD_ORPHAN_WARN) := --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|