Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dtransaction.c2438 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()
Dfree-space-cache.c3888 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()
Ddisk-io.c3948 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()
Dinode.c4114 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()
Dctree.h1070 struct inode *ino_cache_inode; member