Home
last modified time | relevance | path

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

/linux-3.4.99/fs/btrfs/
Dinode.c2092 if (!list_empty(&root->orphan_list) || in btrfs_orphan_commit_root()
2097 if (!list_empty(&root->orphan_list)) { in btrfs_orphan_commit_root()
2155 list_add(&BTRFS_I(inode)->i_orphan, &root->orphan_list); in btrfs_orphan_add()
2373 list_add(&BTRFS_I(inode)->i_orphan, &root->orphan_list); in btrfs_orphan_cleanup()
Dctree.h1378 struct list_head orphan_list; member
Ddisk-io.c1156 INIT_LIST_HEAD(&root->orphan_list); in __setup_root()