Searched refs:btrfs_iget (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | export.c | 93 inode = btrfs_iget(objectid, root); in btrfs_get_dentry() 220 inode = btrfs_iget(key.objectid, root); in btrfs_get_parent()
|
| H A D | inode.c | 3720 inode = btrfs_iget(last_objectid, root); in btrfs_orphan_cleanup() 5908 struct btrfs_inode *btrfs_iget(u64 ino, struct btrfs_root *root) in btrfs_iget() function 6010 inode = btrfs_iget(location.objectid, root); in btrfs_lookup_dentry() 6034 inode = btrfs_iget(location.objectid, sub_root); in btrfs_lookup_dentry() 6709 parent = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, BTRFS_I(dir)->root); in btrfs_create_new_inode()
|
| H A D | relocation.c | 3218 btrfs_inode = btrfs_iget(ino, root); in delete_block_group_cache() 3748 inode = btrfs_iget(objectid, root); in create_reloc_inode()
|
| H A D | super.c | 989 inode = btrfs_iget(BTRFS_FIRST_FREE_OBJECTID, fs_info->fs_root); in btrfs_fill_super()
|
| H A D | send.c | 5129 inode = btrfs_iget(sctx->cur_ino, sctx->send_root); in process_verity() 5543 inode = btrfs_iget(sctx->cur_ino, root); in send_encoded_extent() 5669 btrfs_inode = btrfs_iget(sctx->cur_ino, root); in send_extent_data()
|
| H A D | ioctl.c | 1874 temp_inode = btrfs_iget(key.offset, root); in btrfs_search_path_in_tree_user()
|
| H A D | tree-log.c | 276 inode = btrfs_iget(objectid, root); in btrfs_iget_logging()
|