Home
last modified time | relevance | path

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

/fs/btrfs/
Dtransaction.c2496 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()
Dfree-space-cache.c3895 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()
Ddisk-io.c4021 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()
Dinode.c4130 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()
Dctree.h1076 struct inode *ino_cache_inode; member