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
2132
struct btrfs_inode_ref *iref;
fs/btrfs/backref.c
2168
iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
fs/btrfs/backref.c
2596
struct btrfs_inode_ref *iref;
fs/btrfs/backref.c
2621
iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
fs/btrfs/backref.c
2635
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
4005
struct btrfs_inode_ref *ref;
fs/btrfs/inode.c
4007
ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/inode.c
6437
struct btrfs_inode_ref *ref;
fs/btrfs/inode.c
6597
struct btrfs_inode_ref);
fs/btrfs/ioctl.c
1673
struct btrfs_inode_ref *iref;
fs/btrfs/ioctl.c
1711
iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
fs/btrfs/ioctl.c
1749
struct btrfs_inode_ref *iref;
fs/btrfs/ioctl.c
1793
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
1989
struct btrfs_inode_ref *iref;
fs/btrfs/send.c
1991
struct btrfs_inode_ref);
fs/btrfs/send.c
984
struct btrfs_inode_ref *iref;
fs/btrfs/super.c
808
struct btrfs_inode_ref *inode_ref;
fs/btrfs/super.c
889
struct btrfs_inode_ref);
fs/btrfs/tree-checker.c
1897
struct btrfs_inode_ref *iref;
fs/btrfs/tree-checker.c
1924
iref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
1216
struct btrfs_inode_ref *victim_ref;
fs/btrfs/tree-log.c
1219
victim_ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
1442
struct btrfs_inode_ref *ref;
fs/btrfs/tree-log.c
1445
ref = (struct btrfs_inode_ref *)ref_ptr;
fs/btrfs/tree-log.c
1550
ref_ptr += sizeof(struct btrfs_inode_ref);
fs/btrfs/tree-log.c
1588
ref_struct_size = sizeof(struct btrfs_inode_ref);
fs/btrfs/tree-log.c
1835
struct btrfs_inode_ref *ref;
fs/btrfs/tree-log.c
1837
ref = (struct btrfs_inode_ref *)ptr;
fs/btrfs/tree-log.c
5771
struct btrfs_inode_ref *iref;
fs/btrfs/tree-log.c
5773
iref = (struct btrfs_inode_ref *)(ptr + cur_offset);