Searched refs:btrfs_inode_ref (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/btrfs/ |
| A D | inode-item.c | 11 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 15 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 25 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 176 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 312 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 338 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 339 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 356 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
| A D | export.c | 208 struct btrfs_inode_ref *iref; in btrfs_get_name() 258 struct btrfs_inode_ref); in btrfs_get_name()
|
| A D | tree-log.c | 1082 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1101 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1272 struct btrfs_inode_ref *ref; in ref_get_fields() 1274 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1370 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1517 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1738 struct btrfs_inode_ref *ref; in count_inode_refs() 1740 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5187 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5189 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
| A D | backref.c | 1679 struct btrfs_inode_ref *iref; 1715 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2062 struct btrfs_inode_ref *iref; 2088 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2102 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
| A D | tree-checker.c | 1503 struct btrfs_inode_ref *iref; in check_inode_ref() 1530 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
| A D | super.c | 1173 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1256 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
| A D | ioctl.c | 2337 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2375 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2415 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2460 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
| A D | ctree.h | 1797 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1798 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 3146 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
| A D | send.c | 902 struct btrfs_inode_ref *iref; in iterate_inode_ref() 932 struct btrfs_inode_ref); in iterate_inode_ref() 946 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1762 struct btrfs_inode_ref *iref; in get_first_ref() 1764 struct btrfs_inode_ref); in get_first_ref()
|
| A D | inode.c | 3868 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3870 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6447 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6566 struct btrfs_inode_ref); in btrfs_new_inode()
|
| /linux/include/uapi/linux/ |
| A D | btrfs_tree.h | 563 struct btrfs_inode_ref { struct
|
Completed in 74 milliseconds