Home
last modified time | relevance | path

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

/linux-6.1.9/fs/btrfs/
Dsend.c245 struct rb_root orphan_dirs; member
2910 struct rb_node **p = &sctx->orphan_dirs.rb_node; in add_orphan_dir_info()
2937 rb_insert_color(&odi->node, &sctx->orphan_dirs); in add_orphan_dir_info()
2944 struct rb_node *n = sctx->orphan_dirs.rb_node; in get_orphan_dir_info()
2975 rb_erase(&odi->node, &sctx->orphan_dirs); in free_orphan_dir_info()
7933 sctx->orphan_dirs = RB_ROOT; in btrfs_ioctl_send()
8083 WARN_ON(sctx && !ret && !RB_EMPTY_ROOT(&sctx->orphan_dirs)); in btrfs_ioctl_send()
8084 while (sctx && !RB_EMPTY_ROOT(&sctx->orphan_dirs)) { in btrfs_ioctl_send()
8088 n = rb_first(&sctx->orphan_dirs); in btrfs_ioctl_send()