Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dsend.c235 struct orphan_dir_info { struct
2842 static struct orphan_dir_info *
2847 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2851 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2873 static struct orphan_dir_info *
2877 struct orphan_dir_info *entry; in get_orphan_dir_info()
2880 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2893 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino); in is_waiting_for_rm()
2899 struct orphan_dir_info *odi) in free_orphan_dir_info()
2922 struct orphan_dir_info *odi = NULL; in can_rmdir()
[all …]