Home
last modified time | relevance | path

Searched refs:btrfs_iget (Results 1 – 8 of 8) sorted by relevance

/linux/fs/btrfs/
H A Dexport.c87 inode = btrfs_iget(objectid, root); in btrfs_get_dentry()
214 inode = btrfs_iget(key.objectid, root); in btrfs_get_parent()
H A Dbtrfs_inode.h610 struct btrfs_inode *btrfs_iget(u64 ino, struct btrfs_root *root);
H A Ddefrag.c237 inode = btrfs_iget(defrag->ino, inode_root); in btrfs_run_defrag_inode()
H A Dinode.c3619 inode = btrfs_iget(last_objectid, root); in btrfs_orphan_cleanup()
5764 struct btrfs_inode *btrfs_iget(u64 ino, struct btrfs_root *root) in btrfs_iget() function
5864 inode = btrfs_iget(location.objectid, root); in btrfs_lookup_dentry()
5888 inode = btrfs_iget(location.objectid, sub_root); in btrfs_lookup_dentry()
6563 parent = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, BTRFS_I(dir)->root); in btrfs_create_new_inode()
H A Drelocation.c3239 btrfs_inode = btrfs_iget(ino, root); in delete_block_group_cache()
3773 inode = btrfs_iget(objectid, root); in create_reloc_inode()
H A Dsuper.c983 inode = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super()
H A Dioctl.c1904 * btrfs_iget() needs to lookup the inode from its root in btrfs_search_path_in_tree_user()
1908 temp_inode = btrfs_iget(key2.objectid, root); in btrfs_search_path_in_tree_user()
H A Dtree-log.c157 inode = btrfs_iget(objectid, root); in btrfs_iget_logging()