Home
last modified time | relevance | path

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

/fs/ubifs/
Dorphan.c48 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 …]
DMakefile5 ubifs-y += tnc.o master.o scan.o replay.o log.o commit.o gc.o orphan.o
/fs/btrfs/
DMakefile9 extent_io.o volumes.o async-thread.o ioctl.o locking.o orphan.o \
Dsend.c2841 struct fs_path *orphan; in orphanize_inode() local
2843 orphan = fs_path_alloc(); in orphanize_inode()
2844 if (!orphan) in orphanize_inode()
2847 ret = gen_unique_name(sctx, ino, gen, orphan); in orphanize_inode()
2851 ret = send_rename(sctx, path, orphan); in orphanize_inode()
2854 fs_path_free(orphan); in orphanize_inode()
/fs/overlayfs/
Dnamei.c569 goto orphan; in ovl_verify_index()
587 goto orphan; in ovl_verify_index()
600 orphan: in ovl_verify_index()
/fs/f2fs/
Dcheckpoint.c747 struct ino_entry *orphan = NULL; in write_orphan_inodes() local
760 list_for_each_entry(orphan, head, list) { in write_orphan_inodes()
768 orphan_blk->ino[nentries++] = cpu_to_le32(orphan->ino); in write_orphan_inodes()
/fs/ext4/
Dinode.c3712 int orphan = 0; in ext4_direct_IO_write() local
3727 orphan = 1; in ext4_direct_IO_write()
3808 if (orphan) { in ext4_direct_IO_write()
5590 int orphan = 0; in ext4_setattr() local
5703 orphan = 1; in ext4_setattr()
5764 if (orphan && inode->i_nlink) in ext4_setattr()
/fs/
Dcompat_ioctl.c241 char orphan; member