Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
Dsend.c248 struct orphan_dir_info { struct
2784 static struct orphan_dir_info *
2789 struct orphan_dir_info *entry, *odi; in add_orphan_dir_info()
2799 entry = rb_entry(parent, struct orphan_dir_info, node); in add_orphan_dir_info()
2815 static struct orphan_dir_info *
2819 struct orphan_dir_info *entry; in get_orphan_dir_info()
2822 entry = rb_entry(n, struct orphan_dir_info, node); in get_orphan_dir_info()
2835 struct orphan_dir_info *odi = get_orphan_dir_info(sctx, dir_ino); in is_waiting_for_rm()
2841 struct orphan_dir_info *odi) in free_orphan_dir_info()
2905 struct orphan_dir_info *odi; in can_rmdir()
[all …]