Searched refs:btrfs_iget (Results 1 – 8 of 8) sorted by relevance
/linux/fs/btrfs/ |
H A D | export.c | 87 inode = btrfs_iget(objectid, root); in btrfs_get_dentry() 214 inode = btrfs_iget(key.objectid, root); in btrfs_get_parent()
|
H A D | btrfs_inode.h | 610 struct btrfs_inode *btrfs_iget(u64 ino, struct btrfs_root *root);
|
H A D | defrag.c | 237 inode = btrfs_iget(defrag->ino, inode_root); in btrfs_run_defrag_inode()
|
H A D | inode.c | 3619 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 D | relocation.c | 3239 btrfs_inode = btrfs_iget(ino, root); in delete_block_group_cache() 3773 inode = btrfs_iget(objectid, root); in create_reloc_inode()
|
H A D | super.c | 983 inode = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super()
|
H A D | ioctl.c | 1904 * 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 D | tree-log.c | 157 inode = btrfs_iget(objectid, root); in btrfs_iget_logging()
|