Searched refs:orphan_dirs (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/btrfs/
H A Dsend.c224 struct rb_root orphan_dirs; member in struct:send_ctx
2817 struct rb_node **p = &sctx->orphan_dirs.rb_node; add_orphan_dir_info()
2841 rb_insert_color(&odi->node, &sctx->orphan_dirs); add_orphan_dir_info()
2848 struct rb_node *n = sctx->orphan_dirs.rb_node; get_orphan_dir_info()
2875 rb_erase(&odi->node, &sctx->orphan_dirs); free_orphan_dir_info()
6038 sctx->orphan_dirs = RB_ROOT; btrfs_ioctl_send()
6184 WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->orphan_dirs)); btrfs_ioctl_send()
6185 while (sctx && !RB_EMPTY_ROOT(&sctx->orphan_dirs)) { btrfs_ioctl_send()
6189 n = rb_first(&sctx->orphan_dirs); btrfs_ioctl_send()

Completed in 66 milliseconds