Searched refs:ino_cache_inode (Results 1 – 5 of 5) sorted by relevance
2489 if (root->ino_cache_inode) { in btrfs_clean_one_deleted_snapshot()2490 iput(root->ino_cache_inode); in btrfs_clean_one_deleted_snapshot()2491 root->ino_cache_inode = NULL; in btrfs_clean_one_deleted_snapshot()
3894 if (root->ino_cache_inode) in lookup_free_ino_inode()3895 inode = igrab(root->ino_cache_inode); in lookup_free_ino_inode()3906 root->ino_cache_inode = igrab(inode); in lookup_free_ino_inode()
3995 if (root->ino_cache_inode) { in btrfs_drop_and_free_fs_root()3996 iput(root->ino_cache_inode); in btrfs_drop_and_free_fs_root()3997 root->ino_cache_inode = NULL; in btrfs_drop_and_free_fs_root()
4133 if (dest->ino_cache_inode) { in btrfs_delete_subvolume()4134 iput(dest->ino_cache_inode); in btrfs_delete_subvolume()4135 dest->ino_cache_inode = NULL; in btrfs_delete_subvolume()
1078 struct inode *ino_cache_inode; member