Searched refs:btrfs_inode_ref (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | inode-item.c | 24 int name_len, struct btrfs_inode_ref **ref_ret) in find_name_in_backref() 27 struct btrfs_inode_ref *ref; in find_name_in_backref() 38 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in find_name_in_backref() 52 struct btrfs_inode_ref * 60 struct btrfs_inode_ref *ref; in btrfs_lookup_inode_ref() 86 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 145 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 170 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 171 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 182 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | backref.h | 33 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 | backref.c | 875 struct btrfs_inode_ref *iref, in iref_to_path() 916 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iref_to_path() 1242 struct btrfs_inode_ref *iref; in iterate_irefs() 1264 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iterate_irefs() 1279 iref = (struct btrfs_inode_ref *)((char *)iref + len); in iterate_irefs() 1293 static int inode_to_path(u64 inum, struct btrfs_inode_ref *iref, in inode_to_path()
|
D | tree-log.c | 750 struct btrfs_inode_ref *ref; in backref_in_log() 771 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 803 struct btrfs_inode_ref *ref; in add_inode_ref() 834 ref = (struct btrfs_inode_ref *)ref_ptr; in add_inode_ref() 864 struct btrfs_inode_ref *victim_ref; in add_inode_ref() 882 victim_ref = (struct btrfs_inode_ref *)ptr; in add_inode_ref() 1018 struct btrfs_inode_ref *ref; in fixup_inode_link_count() 1020 ref = (struct btrfs_inode_ref *)ptr; in fixup_inode_link_count()
|
D | ctree.h | 612 struct btrfs_inode_ref { struct 1701 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1702 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 2794 struct btrfs_inode_ref *
|
D | ioctl.c | 1754 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1800 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
|
D | inode.c | 2692 struct btrfs_inode_ref *ref; in __unlink_start_trans() 4434 struct btrfs_inode_ref *ref; in btrfs_new_inode() 4507 struct btrfs_inode_ref); in btrfs_new_inode()
|