Searched refs:btrfs_inode_ref (Results 1 – 8 of 8) sorted by relevance
/fs/btrfs/ |
D | inode-item.c | 25 int name_len, struct btrfs_inode_ref **ref_ret) in find_name_in_backref() 28 struct btrfs_inode_ref *ref; in find_name_in_backref() 39 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in find_name_in_backref() 53 struct btrfs_inode_ref * 61 struct btrfs_inode_ref *ref; in btrfs_lookup_inode_ref() 87 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 147 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 172 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 173 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 184 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | backref.c | 886 struct btrfs_inode_ref *iref, in iref_to_path() 934 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iref_to_path() 1268 struct btrfs_inode_ref *iref; in iterate_irefs() 1293 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iterate_irefs() 1306 iref = (struct btrfs_inode_ref *)((char *)iref + len); in iterate_irefs() 1321 static int inode_to_path(u64 inum, struct btrfs_inode_ref *iref, in inode_to_path()
|
D | backref.h | 35 typedef int (iterate_irefs_t)(u64 parent, struct btrfs_inode_ref *iref,
|
D | export.c | 240 struct btrfs_inode_ref *iref; in btrfs_get_name() 294 struct btrfs_inode_ref); in btrfs_get_name()
|
D | tree-log.c | 786 struct btrfs_inode_ref *ref; in backref_in_log() 807 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 839 struct btrfs_inode_ref *ref; in add_inode_ref() 870 ref = (struct btrfs_inode_ref *)ref_ptr; in add_inode_ref() 900 struct btrfs_inode_ref *victim_ref; in add_inode_ref() 918 victim_ref = (struct btrfs_inode_ref *)ptr; in add_inode_ref() 1055 struct btrfs_inode_ref *ref; in fixup_inode_link_count() 1057 ref = (struct btrfs_inode_ref *)ptr; in fixup_inode_link_count()
|
D | ctree.h | 634 struct btrfs_inode_ref { struct 1752 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1753 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 2828 struct btrfs_inode_ref *
|
D | ioctl.c | 1809 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1855 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
|
D | inode.c | 2830 struct btrfs_inode_ref *ref; in __unlink_start_trans() 4584 struct btrfs_inode_ref *ref; in btrfs_new_inode() 4657 struct btrfs_inode_ref); in btrfs_new_inode()
|