Searched refs:btrfs_inode_ref (Results 1 – 9 of 9) sorted by relevance
/linux/fs/btrfs/ |
H A D | export.c | 232 struct btrfs_inode_ref *iref; in btrfs_get_name() 279 struct btrfs_inode_ref); in btrfs_get_name()
|
H A D | accessors.h | 248 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 249 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 250 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 251 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
|
H A D | tree-log.c | 1064 struct btrfs_inode_ref *victim_ref; in unlink_refs_not_in_log() 1067 victim_ref = (struct btrfs_inode_ref *)ptr; in unlink_refs_not_in_log() 1268 struct btrfs_inode_ref *ref; in ref_get_fields() 1271 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1360 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1403 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1612 struct btrfs_inode_ref *ref; in count_inode_refs() 1614 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5350 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5352 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 | 795 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 878 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
H A D | ioctl.c | 1747 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1785 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 1824 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 1870 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
H A D | inode.c | 4014 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 4016 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6389 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6530 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
|