Searched refs:btrfs_inode_ref (Results 1 – 9 of 9) sorted by relevance
/fs/btrfs/ |
D | inode-item.c | 26 int name_len, struct btrfs_inode_ref **ref_ret) in find_name_in_backref() 29 struct btrfs_inode_ref *ref; in find_name_in_backref() 40 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in find_name_in_backref() 200 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 333 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 359 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 360 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 375 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 227 struct btrfs_inode_ref *iref; in btrfs_get_name() 281 struct btrfs_inode_ref); in btrfs_get_name()
|
D | backref.c | 1422 struct btrfs_inode_ref *iref; 1461 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 1795 struct btrfs_inode_ref *iref; 1824 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 1837 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | tree-log.c | 920 struct btrfs_inode_ref *ref; in backref_in_log() 950 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 993 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1012 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1175 struct btrfs_inode_ref *ref; in ref_get_fields() 1177 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1229 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1416 struct btrfs_inode_ref *ref; in count_inode_refs() 1418 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 4505 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() [all …]
|
D | super.c | 852 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 952 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | send.c | 858 struct btrfs_inode_ref *iref; in iterate_inode_ref() 888 struct btrfs_inode_ref); in iterate_inode_ref() 902 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1746 struct btrfs_inode_ref *iref; in get_first_ref() 1748 struct btrfs_inode_ref); in get_first_ref()
|
D | ctree.h | 690 struct btrfs_inode_ref { struct 2514 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 2515 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
|
D | inode.c | 3780 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3782 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6184 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6295 struct btrfs_inode_ref); in btrfs_new_inode()
|
D | ioctl.c | 2245 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2293 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
|