Lines Matching defs:location
52 * it in its new location (foo2). After a crash, some_dir will be gone
860 struct btrfs_key location;
865 btrfs_dir_item_key_to_cpu(leaf, di, &location);
874 inode = read_one_inode(root, location.objectid);
880 ret = link_to_fixup_dir(trans, root, path, location.objectid);
909 struct btrfs_key location;
919 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location);
920 if (location.objectid != objectid)
932 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location);
933 if (location.objectid == objectid)
1881 struct btrfs_key *location)
1887 inode = read_one_inode(root, location->objectid);
2259 struct btrfs_key location;
2290 btrfs_dir_item_key_to_cpu(eb, di, &location);
2293 inode = read_one_inode(root, location.objectid);
2300 path, location.objectid);
3936 &inode->location, sizeof(*inode_item));