Searched refs:ino_cache_inode (Results 1 – 5 of 5) sorted by relevance
2496 if (root->ino_cache_inode) { in btrfs_clean_one_deleted_snapshot()2497 iput(root->ino_cache_inode); in btrfs_clean_one_deleted_snapshot()2498 root->ino_cache_inode = NULL; in btrfs_clean_one_deleted_snapshot()
3895 if (root->ino_cache_inode) in lookup_free_ino_inode()3896 inode = igrab(root->ino_cache_inode); in lookup_free_ino_inode()3907 root->ino_cache_inode = igrab(inode); in lookup_free_ino_inode()
4021 if (root->ino_cache_inode) { in btrfs_drop_and_free_fs_root()4022 iput(root->ino_cache_inode); in btrfs_drop_and_free_fs_root()4023 root->ino_cache_inode = NULL; in btrfs_drop_and_free_fs_root()
4130 if (dest->ino_cache_inode) { in btrfs_delete_subvolume()4131 iput(dest->ino_cache_inode); in btrfs_delete_subvolume()4132 dest->ino_cache_inode = NULL; in btrfs_delete_subvolume()
1076 struct inode *ino_cache_inode; member