Searched refs:ino_cache_inode (Results 1 – 5 of 5) sorted by relevance
2438 if (root->ino_cache_inode) { in btrfs_clean_one_deleted_snapshot()2439 iput(root->ino_cache_inode); in btrfs_clean_one_deleted_snapshot()2440 root->ino_cache_inode = NULL; in btrfs_clean_one_deleted_snapshot()
3888 if (root->ino_cache_inode) in lookup_free_ino_inode()3889 inode = igrab(root->ino_cache_inode); in lookup_free_ino_inode()3900 root->ino_cache_inode = igrab(inode); in lookup_free_ino_inode()
3948 if (root->ino_cache_inode) { in btrfs_drop_and_free_fs_root()3949 iput(root->ino_cache_inode); in btrfs_drop_and_free_fs_root()3950 root->ino_cache_inode = NULL; in btrfs_drop_and_free_fs_root()
4114 if (dest->ino_cache_inode) { in btrfs_delete_subvolume()4115 iput(dest->ino_cache_inode); in btrfs_delete_subvolume()4116 dest->ino_cache_inode = NULL; in btrfs_delete_subvolume()
1070 struct inode *ino_cache_inode; member