Home
last modified time | relevance | path

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

123

/openbmc/u-boot/fs/ubifs/
H A Dorphan.c60 if (!orphan) in ubifs_add_orphan()
63 orphan->new = 1; in ubifs_add_orphan()
68 kfree(orphan); in ubifs_add_orphan()
82 kfree(orphan); in ubifs_add_orphan()
166 orphan->new = 0; in ubifs_orphan_start_commit()
167 orphan->cmt = 1; in ubifs_orphan_start_commit()
168 *last = orphan; in ubifs_orphan_start_commit()
293 orphan = cnext; in write_orph_node()
444 kfree(orphan); in erase_deleted()
507 if (!orphan) in insert_dead_orphan()
[all …]
H A DMakefile13 obj-y += log.o orphan.o recovery.o replay.o gc.o
/openbmc/linux/fs/ubifs/
H 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 …]
H A DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/openbmc/linux/Documentation/filesystems/ext4/
H 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 …]
H A Dglobals.rst14 .. include:: orphan.rst
H A Dspecial_inodes.rst55 - Inode number of file tracking orphan inodes.
/openbmc/linux/drivers/soc/qcom/
H 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()
/openbmc/linux/Documentation/translations/zh_CN/
H A Ddisclaimer-zh_CN.rst1 :orphan:
/openbmc/linux/Documentation/translations/zh_TW/
H A Ddisclaimer-zh_TW.rst1 :orphan:
/openbmc/linux/Documentation/dev-tools/
H 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
/openbmc/linux/Documentation/translations/sp_SP/
H A Ddisclaimer-sp.rst1 :orphan:
/openbmc/linux/Documentation/translations/it_IT/
H A Ddisclaimer-ita.rst1 :orphan:
/openbmc/qemu/docs/system/
H A Dqemu-block-drivers.rst1 :orphan:
H A Dqemu-cpu-models.rst1 :orphan:
H A Dqemu-manpage.rst1 :orphan:
/openbmc/linux/fs/ext4/
H A DMakefile13 xattr_user.o fast_commit.o orphan.o
/openbmc/linux/arch/arm64/kernel/vdso/
H A DMakefile28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/openbmc/linux/drivers/clk/
H A Dclk.c78 bool orphan; member
2065 core->orphan = is_orphan; in clk_core_update_orphan_status()
2073 bool was_orphan = core->orphan; in clk_reparent()
2078 bool becomes_orphan = new_parent->orphan; in clk_reparent()
3806 struct clk_core *orphan; in clk_core_reparent_orphans_nolock() local
3826 __clk_recalc_accuracies(orphan); in clk_core_reparent_orphans_nolock()
3827 __clk_recalc_rates(orphan, true, 0); in clk_core_reparent_orphans_nolock()
3840 orphan->req_rate = orphan->rate; in clk_core_reparent_orphans_nolock()
3954 core->orphan = parent->orphan; in __clk_core_init()
3957 core->orphan = false; in __clk_core_init()
[all …]
/openbmc/linux/include/scsi/
H A Dsg.h177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
/openbmc/linux/fs/btrfs/
H A DMakefile29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
/openbmc/linux/arch/arm/boot/compressed/
H A DMakefile127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/openbmc/linux/Documentation/gpu/
H A Dmsm-crash-dump.rst1 :orphan:
/openbmc/linux/arch/powerpc/kernel/vdso/
H A DMakefile59 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
/openbmc/qemu/docs/system/loongarch/
H A Dvirt.rst1 :orphan:

123