Searched refs:orphan_dir_info (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | send.c | 243 struct orphan_dir_info { struct 2862 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info() 2867 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info() 2871 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info() 2896 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info() 2900 struct orphan_dir_info *entry; in get_orphan_dir_info() 2903 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info() 2920 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm() 2926 struct orphan_dir_info *odi) in free_orphan_dir_info() 2949 struct orphan_dir_info *od in can_rmdir() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | send.c | 332 struct orphan_dir_info { struct 3111 static struct orphan_dir_info *add_orphan_dir_info(struct send_ctx *sctx, in add_orphan_dir_info() 3116 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info() 3120 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info() 3146 static struct orphan_dir_info *get_orphan_dir_info(struct send_ctx *sctx, in get_orphan_dir_info() 3150 struct orphan_dir_info *entry; in get_orphan_dir_info() 3153 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info() 3170 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino, gen); in is_waiting_for_rm() 3176 struct orphan_dir_info *odi) in free_orphan_dir_info() 3199 struct orphan_dir_info *od in can_rmdir() [all...] |
Completed in 18 milliseconds