Symbol: btrfs_inode_ref
fs/btrfs/accessors.h
269
BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
fs/btrfs/accessors.h
270
BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
fs/btrfs/accessors.h
271
BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
fs/btrfs/accessors.h
272
BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
fs/btrfs/backref.c
2142
struct btrfs_inode_ref *iref;
fs/btrfs/backref.c
2178
iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
fs/btrfs/backref.c
2606
struct btrfs_inode_ref *iref;
fs/btrfs/backref.c
2631
iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
fs/btrfs/backref.c
2645
iref = (struct btrfs_inode_ref *)((char *)iref + len);
fs/btrfs/export.c
238
struct btrfs_inode_ref *iref;
fs/btrfs/export.c
285
struct btrfs_inode_ref);
fs/btrfs/inode-item.c
17
struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf,
fs/btrfs/inode-item.c
172
struct btrfs_inode_ref *ref;
fs/btrfs/inode-item.c
21
struct btrfs_inode_ref *ref;
fs/btrfs/inode-item.c
302
struct btrfs_inode_ref *ref;
fs/btrfs/inode-item.c
31
ref = (struct btrfs_inode_ref *)(ptr + cur_offset);
fs/btrfs/inode-item.c
328
struct btrfs_inode_ref);
fs/btrfs/inode-item.c
329
ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size);
fs/btrfs/inode-item.c
346
struct btrfs_inode_ref);
fs/btrfs/inode-item.h
109
struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf,
fs/btrfs/inode.c
4184
struct btrfs_inode_ref *ref;
fs/btrfs/inode.c
4186
ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/inode.c
6621
struct btrfs_inode_ref *ref;
fs/btrfs/inode.c
6781
struct btrfs_inode_ref);
fs/btrfs/ioctl.c
1661
struct btrfs_inode_ref *iref;
fs/btrfs/ioctl.c
1699
iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
fs/btrfs/ioctl.c
1737
struct btrfs_inode_ref *iref;
fs/btrfs/ioctl.c
1781
iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref);
fs/btrfs/print-tree.c
293
struct btrfs_inode_ref *ref = btrfs_item_ptr(eb, i, struct btrfs_inode_ref);
fs/btrfs/print-tree.c
302
ref = (struct btrfs_inode_ref *)((char *)ref + len);
fs/btrfs/send.c
1009
struct btrfs_inode_ref);
fs/btrfs/send.c
1022
iref = (struct btrfs_inode_ref *)(ptr + cur);
fs/btrfs/send.c
1994
struct btrfs_inode_ref *iref;
fs/btrfs/send.c
1996
struct btrfs_inode_ref);
fs/btrfs/send.c
981
struct btrfs_inode_ref *iref;
fs/btrfs/super.c
806
struct btrfs_inode_ref *inode_ref;
fs/btrfs/super.c
887
struct btrfs_inode_ref);
fs/btrfs/tree-checker.c
1784
struct btrfs_inode_ref *iref;
fs/btrfs/tree-checker.c
1811
iref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
1227
struct btrfs_inode_ref *victim_ref;
fs/btrfs/tree-log.c
1230
victim_ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
1453
struct btrfs_inode_ref *ref;
fs/btrfs/tree-log.c
1456
ref = (struct btrfs_inode_ref *)ref_ptr;
fs/btrfs/tree-log.c
1561
ref_ptr += sizeof(struct btrfs_inode_ref);
fs/btrfs/tree-log.c
1599
ref_struct_size = sizeof(struct btrfs_inode_ref);
fs/btrfs/tree-log.c
1846
struct btrfs_inode_ref *ref;
fs/btrfs/tree-log.c
1848
ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
5772
struct btrfs_inode_ref *iref;
fs/btrfs/tree-log.c
5774
iref = (struct btrfs_inode_ref *)(ptr + cur_offset);