Home
last modified time | relevance | path

Searched refs:orphan (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.3-rc2/fs/ubifs/
A Dorphan.c52 if (!orphan) in orphan_add()
55 orphan->new = 1; in orphan_add()
61 kfree(orphan); in orphan_add()
75 kfree(orphan); in orphan_add()
93 return orphan; in orphan_add()
247 orphan->new = 0; in ubifs_orphan_start_commit()
249 *last = orphan; in ubifs_orphan_start_commit()
374 orphan = cnext; in write_orph_node()
525 kfree(orphan); in erase_deleted()
588 if (!orphan) in insert_dead_orphan()
[all …]
A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dorphan.rst11 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 …]
A Dglobals.rst14 .. include:: orphan.rst
A Dspecial_inodes.rst55 - Inode number of file tracking orphan inodes.
A Dinodes.rst502 that are not linked from any directory but are still open (orphan inodes) have
503 the dtime field overloaded for use with the orphan list. The superblock field
504 ``s_last_orphan`` points to the first inode in the orphan list; dtime is then
/linux-6.3-rc2/drivers/soc/qcom/
A Dsmem_state.c27 bool orphan; member
49 if (state->orphan) in qcom_smem_state_update_bits()
227 state->orphan = true; in qcom_smem_state_unregister()
/linux-6.3-rc2/Documentation/dev-tools/
A Dkmemleak.rst7 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.3-rc2/Documentation/translations/zh_CN/
A Ddisclaimer-zh_CN.rst1 :orphan:
/linux-6.3-rc2/Documentation/translations/zh_TW/
A Ddisclaimer-zh_TW.rst1 :orphan:
/linux-6.3-rc2/Documentation/translations/sp_SP/
A Ddisclaimer-sp.rst1 :orphan:
/linux-6.3-rc2/Documentation/translations/it_IT/
A Ddisclaimer-ita.rst1 :orphan:
/linux-6.3-rc2/fs/ext4/
A DMakefile13 xattr_user.o fast_commit.o orphan.o
/linux-6.3-rc2/drivers/clk/
A Dclk.c73 bool orphan; member
1940 core->orphan = is_orphan; in clk_core_update_orphan_status()
1948 bool was_orphan = core->orphan; in clk_reparent()
1953 bool becomes_orphan = new_parent->orphan; in clk_reparent()
3654 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local
3674 __clk_recalc_accuracies(orphan); in clk_core_reparent_orphans_nolock()
3675 __clk_recalc_rates(orphan, true, 0); in clk_core_reparent_orphans_nolock()
3688 orphan->req_rate = orphan->rate; in clk_core_reparent_orphans_nolock()
3795 core->orphan = parent->orphan; in __clk_core_init()
3798 core->orphan = false; in __clk_core_init()
[all …]
/linux-6.3-rc2/arch/arm64/kernel/vdso/
A DMakefile30 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-6.3-rc2/include/scsi/
A Dsg.h177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-core.c1329 if (!i_csdev->orphan) in coresight_orphan_match()
1356 i_csdev->orphan = still_orphan; in coresight_orphan_match()
1389 csdev->orphan = true; in coresight_fixup_device_conns()
1420 iterator->orphan = true; in coresight_remove_match()
1609 csdev->orphan = false; in coresight_register()
/linux-6.3-rc2/fs/btrfs/
A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/linux-6.3-rc2/arch/arm/boot/compressed/
A DMakefile127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-6.3-rc2/Documentation/gpu/
A Dmsm-crash-dump.rst1 :orphan:
/linux-6.3-rc2/Documentation/networking/mac80211_hwsim/
A Dmac80211_hwsim.rst1 :orphan:
/linux-6.3-rc2/fs/overlayfs/
A Dnamei.c586 goto orphan; in ovl_verify_index()
604 goto orphan; in ovl_verify_index()
617 orphan: in ovl_verify_index()
/linux-6.3-rc2/arch/arm64/kernel/vdso32/
A DMakefile107 VDSO_LDFLAGS += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/linux-6.3-rc2/Documentation/networking/
A Dsnmp_counter.rst496 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
1376 exactly orphan socket count by the 'ss -s' command, but when kernel
1378 doesn't always check the exactly orphan socket count. For increasing
[all …]
/linux-6.3-rc2/arch/x86/boot/compressed/
A DMakefile71 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)

Completed in 54 milliseconds

12