Searched refs:btrfs_inode_ref (Results 1 – 12 of 12) sorted by relevance
/linux/fs/btrfs/ |
H A D | inode-item.c | 17 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf, in btrfs_find_name_in_backref() 21 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 31 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 183 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 314 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 340 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 341 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 358 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
H A D | export.c | 227 struct btrfs_inode_ref *iref; in btrfs_get_name() 277 struct btrfs_inode_ref); in btrfs_get_name()
|
H A D | inode-item.h | 112 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf,
|
H A D | accessors.h | 272 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 273 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 274 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 275 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
|
H A D | tree-log.c | 1090 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1111 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1258 struct btrfs_inode_ref *ref; in ref_get_fields() 1261 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1351 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1395 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1580 struct btrfs_inode_ref *ref; in count_inode_refs() 1582 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5312 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5314 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
H A D | backref.c | 2136 struct btrfs_inode_ref *iref; in btrfs_ref_to_path() 2172 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in btrfs_ref_to_path() 2593 struct btrfs_inode_ref *iref; in iterate_inode_refs() 2618 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); in iterate_inode_refs() 2632 iref = (struct btrfs_inode_ref *)((char *)iref + len); in iterate_inode_refs()
|
H A D | tree-checker.c | 1739 struct btrfs_inode_ref *iref; in check_inode_ref() 1766 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
H A D | super.c | 790 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 873 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
H A D | ioctl.c | 1753 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1791 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 1830 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 1875 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
H A D | send.c | 998 struct btrfs_inode_ref *iref; in iterate_inode_ref() 1026 struct btrfs_inode_ref); in iterate_inode_ref() 1039 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 2053 struct btrfs_inode_ref *iref; in get_first_ref() 2055 struct btrfs_inode_ref); in get_first_ref()
|
H A D | inode.c | 3990 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3992 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6271 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6410 struct btrfs_inode_ref); in btrfs_create_new_inode()
|
/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 852 struct btrfs_inode_ref { struct
|