/openbmc/u-boot/fs/ubifs/ |
H A D | orphan.c | 56 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local 59 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan() 60 if (!orphan) in ubifs_add_orphan() 62 orphan->inum = inum; 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() 88 rb_link_node(&orphan->rb, parent, p); in ubifs_add_orphan() 89 rb_insert_color(&orphan->rb, &c->orph_tree); in ubifs_add_orphan() 90 list_add_tail(&orphan->list, &c->orph_list); in ubifs_add_orphan() [all …]
|
H A D | Makefile | 13 obj-y += log.o orphan.o recovery.o replay.o gc.o
|
/openbmc/linux/fs/ubifs/ |
H A 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 …]
|
H A D | Makefile | 5 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 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.
|
/openbmc/linux/drivers/soc/qcom/ |
H A D | smem_state.c | 27 bool orphan; member 49 if (state->orphan) in qcom_smem_state_update_bits() 228 state->orphan = true; in qcom_smem_state_unregister()
|
/openbmc/linux/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 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/zh_CN/ |
H A D | disclaimer-zh_CN.rst | 1 :orphan:
|
/openbmc/linux/Documentation/translations/zh_TW/ |
H A D | disclaimer-zh_TW.rst | 1 :orphan:
|
/openbmc/linux/Documentation/translations/sp_SP/ |
H A D | disclaimer-sp.rst | 1 :orphan:
|
/openbmc/linux/Documentation/translations/it_IT/ |
H A D | disclaimer-ita.rst | 1 :orphan:
|
/openbmc/qemu/docs/system/ |
H A D | qemu-block-drivers.rst | 1 :orphan:
|
H A D | qemu-cpu-models.rst | 1 :orphan:
|
H A D | qemu-manpage.rst | 1 :orphan:
|
/openbmc/linux/fs/ext4/ |
H A D | Makefile | 13 xattr_user.o fast_commit.o orphan.o
|
/openbmc/linux/drivers/clk/ |
H A D | clk.c | 78 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 3813 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in clk_core_reparent_orphans_nolock() 3814 struct clk_core *parent = __clk_init_parent(orphan); in clk_core_reparent_orphans_nolock() 3824 __clk_set_parent_before(orphan, parent); in clk_core_reparent_orphans_nolock() 3825 __clk_set_parent_after(orphan, parent, NULL); in clk_core_reparent_orphans_nolock() 3826 __clk_recalc_accuracies(orphan); in clk_core_reparent_orphans_nolock() [all …]
|
/openbmc/linux/arch/arm64/kernel/vdso/ |
H A D | Makefile | 28 ldflags-y += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/openbmc/linux/include/scsi/ |
H A D | sg.h | 177 char orphan; /* 0 -> normal request, 1 -> from interrupted SG_IO */ member
|
/openbmc/linux/fs/btrfs/ |
H A D | Makefile | 29 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
/openbmc/linux/arch/arm/boot/compressed/ |
H A D | Makefile | 127 LDFLAGS_vmlinux += --orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/openbmc/linux/arch/powerpc/kernel/vdso/ |
H A D | Makefile | 47 ldflags-$(CONFIG_LD_ORPHAN_WARN) += -Wl,--orphan-handling=$(CONFIG_LD_ORPHAN_WARN_LEVEL)
|
/openbmc/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 1 :orphan:
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-core.c | 1369 if (!src_csdev->orphan) in coresight_orphan_match() 1413 src_csdev->orphan = still_orphan; in coresight_orphan_match() 1461 conn->src_dev->orphan = true; in coresight_remove_conns() 1599 csdev->orphan = true; in coresight_register()
|