/linux-4.1.27/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.1.27/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.1.27/drivers/hwtracing/coresight/ |
D | coresight.c | 497 if (!i_csdev->orphan) in coresight_orphan_match() 518 i_csdev->orphan = still_orphan; in coresight_orphan_match() 567 csdev->orphan = true; in coresight_fixup_device_conns() 676 csdev->orphan = false; in coresight_register()
|
/linux-4.1.27/fs/btrfs/ |
D | Makefile | 8 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
|
D | send.c | 2767 struct fs_path *orphan; in orphanize_inode() local 2769 orphan = fs_path_alloc(); in orphanize_inode() 2770 if (!orphan) in orphanize_inode() 2773 ret = gen_unique_name(sctx, ino, gen, orphan); in orphanize_inode() 2777 ret = send_rename(sctx, path, orphan); in orphanize_inode() 2780 fs_path_free(orphan); in orphanize_inode()
|
/linux-4.1.27/include/scsi/ |
D | sg.h | 117 char orphan; /* 0 -> normal request, 1 -> from interruped SG_IO */ member
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 2273 struct clk_core *orphan; in __clk_init() local 2413 hlist_for_each_entry_safe(orphan, tmp2, &clk_orphan_list, child_node) { in __clk_init() 2414 if (orphan->num_parents && orphan->ops->get_parent) { in __clk_init() 2415 i = orphan->ops->get_parent(orphan->hw); in __clk_init() 2416 if (!strcmp(clk->name, orphan->parent_names[i])) in __clk_init() 2417 clk_core_reparent(orphan, clk); in __clk_init() 2421 for (i = 0; i < orphan->num_parents; i++) in __clk_init() 2422 if (!strcmp(clk->name, orphan->parent_names[i])) { in __clk_init() 2423 clk_core_reparent(orphan, clk); in __clk_init()
|
/linux-4.1.27/include/linux/ |
D | coresight.h | 171 bool orphan; member
|
/linux-4.1.27/fs/f2fs/ |
D | checkpoint.c | 504 struct ino_entry *orphan = NULL; in write_orphan_inodes() local 517 list_for_each_entry(orphan, head, list) { in write_orphan_inodes() 527 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes()
|
/linux-4.1.27/fs/ext4/ |
D | indirect.c | 653 int orphan = 0; in ext4_ind_direct_IO() local 672 orphan = 1; in ext4_ind_direct_IO() 721 if (orphan) { in ext4_ind_direct_IO()
|
D | inode.c | 4728 int orphan = 0; in ext4_setattr() local 4793 orphan = 1; in ext4_setattr() 4825 if (orphan) { in ext4_setattr() 4857 if (orphan && inode->i_nlink) in ext4_setattr()
|
/linux-4.1.27/drivers/scsi/ |
D | sg.c | 142 char orphan; /* 1 -> drop on sight, 0 -> normal */ member 872 srp->orphan = 1; in sg_ioctl() 1040 rinfo[val].orphan = srp->orphan; in sg_ioctl() 1351 if (unlikely(srp->orphan)) { in sg_rq_end_io()
|
D | gdth.h | 381 u8 orphan; /* flag: drive fragment */ member
|
/linux-4.1.27/fs/ext3/ |
D | inode.c | 1831 int orphan = 0; in ext3_direct_IO() local 1852 orphan = 1; in ext3_direct_IO() 1874 if (orphan) { in ext3_direct_IO()
|
/linux-4.1.27/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 | 353 : It contains file system information, bitmaps for valid NAT/SIT sets, orphan
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 374 char orphan; member
|
/linux-4.1.27/lib/ |
D | Kconfig.debug | 498 difference being that the orphan objects are not freed but
|
/linux-4.1.27/Documentation/networking/ |
D | ip-sysctl.txt | 346 more aggressively. Let me to remind again: each orphan eats
|