/linux-4.4.14/fs/ubifs/ |
D | orphan.c | 67 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 …]
|
D | Makefile | 4 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
|
/linux-4.4.14/Documentation/ |
D | kmemleak.txt | 10 with the difference that the orphan objects are not freed but only 38 Note that the orphan objects are listed in the order they were allocated 40 objects to be reported as orphan. 78 An allocated block of memory is considered orphan if no pointer to its 88 considered orphan) 96 4. the remaining white objects are considered orphan and reported via 161 The false negatives are real memory leaks (orphan objects) but not 169 (orphan). For objects known not to be leaks, kmemleak provides the
|
/linux-4.4.14/drivers/clk/ |
D | clk.c | 60 bool orphan; member 1105 core->orphan = is_orphan; in clk_core_update_orphan_status() 1113 bool was_orphan = core->orphan; in clk_reparent() 1118 bool becomes_orphan = new_parent->orphan; in clk_reparent() 2298 struct clk_core *orphan; in __clk_init() local 2389 core->orphan = core->parent->orphan; in __clk_init() 2392 core->orphan = false; in __clk_init() 2395 core->orphan = true; in __clk_init() 2442 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_init() 2443 if (orphan->num_parents && orphan->ops->get_parent) { in __clk_init() [all …]
|
/linux-4.4.14/drivers/hwtracing/coresight/ |
D | coresight.c | 502 if (!i_csdev->orphan) in coresight_orphan_match() 523 i_csdev->orphan = still_orphan; in coresight_orphan_match() 572 csdev->orphan = true; in coresight_fixup_device_conns() 681 csdev->orphan = false; in coresight_register()
|
/linux-4.4.14/fs/btrfs/ |
D | Makefile | 8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
D | send.c | 2797 struct fs_path *orphan; in orphanize_inode() local 2799 orphan = fs_path_alloc(); in orphanize_inode() 2800 if (!orphan) in orphanize_inode() 2803 ret = gen_unique_name(sctx, ino, gen, orphan); in orphanize_inode() 2807 ret = send_rename(sctx, path, orphan); in orphanize_inode() 2810 fs_path_free(orphan); in orphanize_inode()
|
/linux-4.4.14/include/scsi/ |
D | sg.h | 117 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
/linux-4.4.14/include/linux/ |
D | coresight.h | 172 bool orphan; member
|
/linux-4.4.14/fs/f2fs/ |
D | checkpoint.c | 555 struct ino_entry *orphan = NULL; in write_orphan_inodes() local 568 list_for_each_entry(orphan, head, list) { in write_orphan_inodes() 576 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes()
|
/linux-4.4.14/fs/ext4/ |
D | indirect.c | 655 int orphan = 0; in ext4_ind_direct_IO() local 674 orphan = 1; in ext4_ind_direct_IO() 723 if (orphan) { in ext4_ind_direct_IO()
|
D | inode.c | 4770 int orphan = 0; in ext4_setattr() local 4842 orphan = 1; in ext4_setattr() 4867 if (orphan) in ext4_setattr() 4880 if (orphan) { in ext4_setattr() 4908 if (orphan && inode->i_nlink) in ext4_setattr()
|
/linux-4.4.14/drivers/scsi/ |
D | sg.c | 142 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 878 srp->orphan = 1; in sg_ioctl() 1046 rinfo[val].orphan = srp->orphan; in sg_ioctl() 1357 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
D | gdth.h | 381 u8 orphan; /* flag: drive fragment */ member
|
/linux-4.4.14/Documentation/DocBook/ |
D | networking.xml.db | 44 API-skb-orphan 45 API-skb-orphan-frags
|
/linux-4.4.14/fs/ |
D | compat_ioctl.c | 374 char orphan; member
|
/linux-4.4.14/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 107 no owner can be found (i.e. it's an orphan block), and so without an owner field
|
D | f2fs.txt | 356 : It contains file system information, bitmaps for valid NAT/SIT sets, orphan
|
/linux-4.4.14/lib/ |
D | Kconfig.debug | 508 difference being that the orphan objects are not freed but
|
/linux-4.4.14/Documentation/networking/ |
D | ip-sysctl.txt | 355 more aggressively. Let me to remind again: each orphan eats
|