Lines Matching refs:location
866 struct btrfs_key location; in drop_one_dir_item() local
871 btrfs_dir_item_key_to_cpu(leaf, di, &location); in drop_one_dir_item()
880 inode = read_one_inode(root, location.objectid); in drop_one_dir_item()
886 ret = link_to_fixup_dir(trans, root, path, location.objectid); in drop_one_dir_item()
915 struct btrfs_key location; in inode_in_dir() local
924 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); in inode_in_dir()
925 if (location.objectid != objectid) in inode_in_dir()
937 btrfs_dir_item_key_to_cpu(path->nodes[0], di, &location); in inode_in_dir()
938 if (location.objectid == objectid) in inode_in_dir()
1901 struct btrfs_key *location) in insert_one_name() argument
1907 inode = read_one_inode(root, location->objectid); in insert_one_name()
2277 struct btrfs_key location; in check_item_in_log() local
2308 btrfs_dir_item_key_to_cpu(eb, di, &location); in check_item_in_log()
2311 inode = read_one_inode(root, location.objectid); in check_item_in_log()
2318 path, location.objectid); in check_item_in_log()
3961 &inode->location, sizeof(*inode_item)); in log_inode_item()