Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ubifs/
Dorphan.c67 struct ubifs_orphan *orphan, *o; in ubifs_add_orphan() local
70 orphan = kzalloc(sizeof(struct ubifs_orphan), GFP_NOFS); in ubifs_add_orphan()
71 if (!orphan) in ubifs_add_orphan()
73 orphan->inum = inum; in ubifs_add_orphan()
74 orphan->new = 1; in ubifs_add_orphan()
79 kfree(orphan); in ubifs_add_orphan()
93 kfree(orphan); in ubifs_add_orphan()
99 rb_link_node(&orphan->rb, parent, p); in ubifs_add_orphan()
100 rb_insert_color(&orphan->rb, &c->orph_tree); in ubifs_add_orphan()
101 list_add_tail(&orphan->list, &c->orph_list); in ubifs_add_orphan()
[all …]
DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/Linux-v4.19/drivers/soc/qcom/
Dsmem_state.c35 bool orphan; member
57 if (state->orphan) in qcom_smem_state_update_bits()
198 state->orphan = true; in qcom_smem_state_unregister()
/Linux-v4.19/Documentation/dev-tools/
Dkmemleak.rst7 with the difference that the orphan objects are not freed but only
35 Note that the orphan objects are listed in the order they were allocated
37 objects to be reported as orphan.
85 An allocated block of memory is considered orphan if no pointer to its
95 considered orphan)
103 4. the remaining white objects are considered orphan and reported via
178 The false negatives are real memory leaks (orphan objects) but not
186 (orphan). For objects known not to be leaks, kmemleak provides the
/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight.c838 if (!i_csdev->orphan) in coresight_orphan_match()
860 i_csdev->orphan = still_orphan; in coresight_orphan_match()
896 csdev->orphan = true; in coresight_fixup_device_conns()
926 iterator->orphan = true; in coresight_remove_match()
1053 csdev->orphan = false; in coresight_register()
/Linux-v4.19/Documentation/translations/it_IT/
Ddisclaimer-ita.rst1 :orphan:
/Linux-v4.19/drivers/clk/
Dclk.c62 bool orphan; member
1438 core->orphan = is_orphan; in clk_core_update_orphan_status()
1446 bool was_orphan = core->orphan; in clk_reparent()
1451 bool becomes_orphan = new_parent->orphan; in clk_reparent()
2922 struct clk_core *orphan; in __clk_core_init() local
2996 core->orphan = core->parent->orphan; in __clk_core_init()
2999 core->orphan = false; in __clk_core_init()
3002 core->orphan = true; in __clk_core_init()
3080 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_core_init()
3081 struct clk_core *parent = __clk_init_parent(orphan); in __clk_core_init()
[all …]
/Linux-v4.19/include/scsi/
Dsg.h118 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
/Linux-v4.19/fs/btrfs/
DMakefile9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Dsend.c2825 struct fs_path *orphan; in orphanize_inode() local
2827 orphan = fs_path_alloc(); in orphanize_inode()
2828 if (!orphan) in orphanize_inode()
2831 ret = gen_unique_name(sctx, ino, gen, orphan); in orphanize_inode()
2835 ret = send_rename(sctx, path, orphan); in orphanize_inode()
2838 fs_path_free(orphan); in orphanize_inode()
/Linux-v4.19/include/linux/
Dcoresight.h174 bool orphan; member
/Linux-v4.19/fs/overlayfs/
Dnamei.c553 goto orphan; in ovl_verify_index()
571 goto orphan; in ovl_verify_index()
584 orphan: in ovl_verify_index()
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/
Dinodes.rst499 still open (orphan inodes), the dtime field is overloaded for use with
500 the orphan list. The superblock field ``s_last_orphan`` points to the
501 first inode in the orphan list; dtime is then the number of the next
/Linux-v4.19/fs/f2fs/
Dcheckpoint.c717 struct ino_entry *orphan = NULL; in write_orphan_inodes() local
730 list_for_each_entry(orphan, head, list) { in write_orphan_inodes()
738 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes()
/Linux-v4.19/drivers/scsi/
Dsg.c131 char orphan; /* 1 -> drop on sight, 0 -> normal */ member
893 rinfo[val].orphan = srp->orphan; in sg_fill_request_table()
942 srp->orphan = 1; in sg_ioctl()
1396 if (unlikely(srp->orphan)) { in sg_rq_end_io()
Dgdth.h379 u8 orphan; /* flag: drive fragment */ member
/Linux-v4.19/fs/ext4/
Dinode.c3674 int orphan = 0; in ext4_direct_IO_write() local
3689 orphan = 1; in ext4_direct_IO_write()
3770 if (orphan) { in ext4_direct_IO_write()
5463 int orphan = 0; in ext4_setattr() local
5549 orphan = 1; in ext4_setattr()
5574 if (orphan) in ext4_setattr()
5587 if (orphan) { in ext4_setattr()
5624 if (orphan && inode->i_nlink) in ext4_setattr()
/Linux-v4.19/arch/powerpc/
DMakefile118 LDFLAGS_vmlinux += $(call ld-option,--orphan-handling=warn)
/Linux-v4.19/fs/
Dcompat_ioctl.c349 char orphan; member
/Linux-v4.19/Documentation/filesystems/
Dxfs-self-describing-metadata.txt107 no owner can be found (i.e. it's an orphan block), and so without an owner field
Df2fs.txt427 : It contains file system information, bitmaps for valid NAT/SIT sets, orphan
/Linux-v4.19/lib/
DKconfig.debug557 difference being that the orphan objects are not freed but
/Linux-v4.19/Documentation/networking/
Dip-sysctl.txt375 more aggressively. Let me to remind again: each orphan eats