Lines Matching refs:extref
996 struct btrfs_inode_extref *extref; in iterate_inode_ref() local
1031 elem_size = sizeof(*extref); in iterate_inode_ref()
1044 extref = (struct btrfs_inode_extref *)(ptr + cur); in iterate_inode_ref()
1045 name_len = btrfs_inode_extref_name_len(eb, extref); in iterate_inode_ref()
1046 name_off = (unsigned long)&extref->name; in iterate_inode_ref()
1047 index = btrfs_inode_extref_index(eb, extref); in iterate_inode_ref()
1048 dir = btrfs_inode_extref_parent(eb, extref); in iterate_inode_ref()
2045 struct btrfs_inode_extref *extref; in get_first_ref() local
2046 extref = btrfs_item_ptr(path->nodes[0], path->slots[0], in get_first_ref()
2048 len = btrfs_inode_extref_name_len(path->nodes[0], extref); in get_first_ref()
2050 (unsigned long)&extref->name, len); in get_first_ref()
2051 parent_dir = btrfs_inode_extref_parent(path->nodes[0], extref); in get_first_ref()
3915 struct btrfs_inode_extref *extref; in is_ancestor() local
3918 extref = (struct btrfs_inode_extref *) in is_ancestor()
3921 extref); in is_ancestor()
3922 cur_offset += sizeof(*extref); in is_ancestor()
3924 extref); in is_ancestor()
7140 struct btrfs_inode_extref *extref; in compare_refs() local
7161 extref = (struct btrfs_inode_extref *)(ptr + in compare_refs()
7163 dirid = btrfs_inode_extref_parent(leaf, extref); in compare_refs()
7164 ref_name_len = btrfs_inode_extref_name_len(leaf, extref); in compare_refs()
7165 cur_offset += ref_name_len + sizeof(*extref); in compare_refs()