/linux-6.6.21/fs/ubifs/ |
D | orphan.c | 48 struct ubifs_orphan *orphan, *o; in orphan_add() local 51 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in orphan_add() 52 if (!orphan) in orphan_add() 54 orphan->inum = inum; in orphan_add() 55 orphan->new = 1; in orphan_add() 56 INIT_LIST_HEAD(&orphan->child_list); in orphan_add() 61 kfree(orphan); in orphan_add() 75 kfree(orphan); in orphan_add() 81 rb_link_node(&orphan->rb, parent, p); in orphan_add() 82 rb_insert_color(&orphan->rb, &c->orph_tree); in orphan_add() [all …]
|
D | Makefile | 5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/linux-6.6.21/Documentation/filesystems/ext4/ |
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 …]
|
D | globals.rst | 14 .. include:: orphan.rst
|
D | special_inodes.rst | 55 - Inode number of file tracking orphan inodes.
|
/linux-6.6.21/drivers/soc/qcom/ |
D | smem_state.c | 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 227 state->orphan = true; in qcom_smem_state_unregister()
|
/linux-6.6.21/Documentation/dev-tools/ |
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 182 The false negatives are real memory leaks (orphan objects) but not 190 (orphan). For objects known not to be leaks, kmemleak provides the
|
/linux-6.6.21/Documentation/translations/zh_CN/ |
D | disclaimer-zh_CN.rst | 1 :orphan:
|
/linux-6.6.21/Documentation/translations/zh_TW/ |
D | disclaimer-zh_TW.rst | 1 :orphan:
|
/linux-6.6.21/Documentation/translations/sp_SP/ |
D | disclaimer-sp.rst | 1 :orphan:
|
/linux-6.6.21/Documentation/translations/it_IT/ |
D | disclaimer-ita.rst | 1 :orphan:
|
/linux-6.6.21/fs/ext4/ |
D | Makefile | 13 xattr_user.o fast_commit.o orphan.o
|
/linux-6.6.21/drivers/clk/ |
D | clk.c | 73 bool orphan; member 1974 core->orphan = is_orphan; in clk_core_update_orphan_status() 1982 bool was_orphan = core->orphan; in clk_reparent() 1987 bool becomes_orphan = new_parent->orphan; in clk_reparent() 3691 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local 3698 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in clk_core_reparent_orphans_nolock() 3699 struct clk_core *parent = __clk_init_parent(orphan); in clk_core_reparent_orphans_nolock() 3709 __clk_set_parent_before(orphan, parent); in clk_core_reparent_orphans_nolock() 3710 __clk_set_parent_after(orphan, parent, NULL); in clk_core_reparent_orphans_nolock() 3711 __clk_recalc_accuracies(orphan); in clk_core_reparent_orphans_nolock() [all …]
|
/linux-6.6.21/include/scsi/ |
D | sg.h | 177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
|
/linux-6.6.21/arch/arm64/kernel/vdso/ |
D | Makefile | 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/linux-6.6.21/fs/btrfs/ |
D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/linux-6.6.21/arch/arm/boot/compressed/ |
D | Makefile | 127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/linux-6.6.21/drivers/hwtracing/coresight/ |
D | coresight-core.c | 1353 if (!src_csdev->orphan) in coresight_orphan_match() 1397 src_csdev->orphan = still_orphan; in coresight_orphan_match() 1445 conn->src_dev->orphan = true; in coresight_remove_conns() 1583 csdev->orphan = true; in coresight_register()
|
/linux-6.6.21/Documentation/gpu/ |
D | msm-crash-dump.rst | 1 :orphan:
|
/linux-6.6.21/arch/powerpc/kernel/vdso/ |
D | Makefile | 59 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/linux-6.6.21/Documentation/networking/mac80211_hwsim/ |
D | mac80211_hwsim.rst | 1 :orphan:
|
/linux-6.6.21/arch/arm64/kernel/vdso32/ |
D | Makefile | 102 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/linux-6.6.21/Documentation/networking/ |
D | snmp_counter.rst | 496 becomes an orphan socket, kernel waits for the reply of the other side, 498 enough memory to keep the orphan socket, kernel would send an RST to 508 2. the orphan socket count is higher than net.ipv4.tcp_max_orphans 1279 Below is an example which let the orphan socket count be higher than 1365 gracefully, these connections became orphan sockets. As the iptables 1368 stage, so they will keep as orphan sockets until timeout. We have echo 1370 only keep 10 orphan sockets, for all other orphan sockets, the client 1372 the 'ss -s' command shows the system has 10 orphan sockets, and the 1375 An additional explanation about orphan socket count: You could find the 1376 exactly orphan socket count by the 'ss -s' command, but when kernel [all …]
|
/linux-6.6.21/arch/x86/boot/compressed/ |
D | Makefile | 71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/linux-6.6.21/fs/overlayfs/ |
D | namei.c | 648 goto orphan; in ovl_verify_index() 666 goto orphan; in ovl_verify_index() 679 orphan: in ovl_verify_index()
|