Searched refs:iref (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dprint-tree.c62 struct btrfs_extent_inline_ref *iref; local
104 iref = (struct btrfs_extent_inline_ref *)(info + 1);
106 iref = (struct btrfs_extent_inline_ref *)(ei + 1);
109 ptr = (unsigned long)iref;
112 iref = (struct btrfs_extent_inline_ref *)ptr;
113 type = btrfs_extent_inline_ref_type(eb, iref);
114 offset = btrfs_extent_inline_ref_offset(eb, iref);
125 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
129 sref = (struct btrfs_shared_data_ref *)(iref + 1);
H A Dextent-tree.c1165 struct btrfs_extent_inline_ref *iref)
1175 if (iref) {
1176 if (btrfs_extent_inline_ref_type(leaf, iref) ==
1178 ref1 = (struct btrfs_extent_data_ref *)(&iref->offset);
1181 ref2 = (struct btrfs_shared_data_ref *)(iref + 1);
1324 struct btrfs_extent_inline_ref *iref; local
1391 iref = (struct btrfs_extent_inline_ref *)ptr;
1392 type = btrfs_extent_inline_ref_type(leaf, iref);
1402 dref = (struct btrfs_extent_data_ref *)(&iref->offset);
1413 ref_offset = btrfs_extent_inline_ref_offset(leaf, iref);
1163 extent_data_ref_count(struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref) argument
1464 setup_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, u64 parent, u64 root_objectid, u64 owner, u64 offset, int refs_to_add, struct btrfs_delayed_extent_op *extent_op) argument
1560 update_inline_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_mod, struct btrfs_delayed_extent_op *extent_op) argument
1634 struct btrfs_extent_inline_ref *iref; local
1672 remove_extent_backref(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_extent_inline_ref *iref, int refs_to_drop, int is_data) argument
2341 struct btrfs_extent_inline_ref *iref; local
3932 struct btrfs_extent_inline_ref *iref; local
4917 struct btrfs_extent_inline_ref *iref; local
4985 struct btrfs_extent_inline_ref *iref; local
[all...]
H A Dioctl.c1106 struct btrfs_inode_ref *iref; local
1152 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
1153 len = btrfs_inode_ref_name_len(l, iref);
1160 read_extent_buffer(l, ptr,(unsigned long)(iref + 1), len);
H A Drelocation.c763 struct btrfs_extent_inline_ref *iref; local
764 iref = (struct btrfs_extent_inline_ref *)ptr;
765 key.type = btrfs_extent_inline_ref_type(eb, iref);
766 key.offset = btrfs_extent_inline_ref_offset(eb, iref);
3359 struct btrfs_extent_inline_ref *iref; local
3377 iref = (struct btrfs_extent_inline_ref *)ptr;
3378 key.type = btrfs_extent_inline_ref_type(eb, iref);
3380 key.offset = btrfs_extent_inline_ref_offset(eb, iref);
3384 dref = (struct btrfs_extent_data_ref *)(&iref->offset);

Completed in 259 milliseconds