Searched refs:btrfs_iget (Results 1 – 9 of 9) sorted by relevance
/linux/fs/btrfs/ |
H A D | export.c | 87 inode = btrfs_iget(objectid, root); in btrfs_get_dentry() 213 return d_obtain_alias(btrfs_iget(key.objectid, root)); in btrfs_get_parent()
|
H A D | btrfs_inode.h | 589 struct inode *btrfs_iget(u64 ino, struct btrfs_root *root);
|
H A D | defrag.c | 246 inode = btrfs_iget(defrag->ino, inode_root); in btrfs_run_defrag_inode()
|
H A D | inode.c | 3603 inode = btrfs_iget(last_objectid, root); in btrfs_orphan_cleanup() 5648 struct inode *btrfs_iget(u64 ino, struct btrfs_root *root) in btrfs_iget() function 5743 inode = btrfs_iget(location.objectid, root); in btrfs_lookup_dentry() 5767 inode = btrfs_iget(location.objectid, sub_root); in btrfs_lookup_dentry() 6441 parent = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, BTRFS_I(dir)->root); in btrfs_create_new_inode()
|
H A D | send.c | 5185 inode = btrfs_iget(sctx->cur_ino, sctx->send_root); in process_verity() 5549 inode = btrfs_iget(sctx->cur_ino, root); in send_encoded_inline_extent() 5616 inode = btrfs_iget(sctx->cur_ino, root); in send_encoded_extent() 5746 sctx->cur_inode = btrfs_iget(sctx->cur_ino, root); in send_extent_data()
|
H A D | relocation.c | 3254 inode = btrfs_iget(ino, root); in delete_block_group_cache() 3788 inode = btrfs_iget(objectid, root); in create_reloc_inode()
|
H A D | super.c | 978 inode = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super()
|
H A D | ioctl.c | 1913 temp_inode = btrfs_iget(key2.objectid, root); in btrfs_search_path_in_tree_user()
|
H A D | tree-log.c | 154 inode = btrfs_iget(objectid, root); in btrfs_iget_logging()
|