Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dtransaction.c2489 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()
H A Dfree-space-cache.c3894 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()
H A Ddisk-io.c3995 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()
H A Dinode.c4133 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()
H A Dctree.h1078 struct inode *ino_cache_inode; member