Searched refs:btrfs_inode_ref (Results 1 – 17 of 17) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | inode-item.c | 18 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf, in btrfs_find_name_in_backref() 22 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref() 32 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref() 184 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 317 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 343 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 344 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 361 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
H A D | inode-item.h | 103 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
H A D | export.c | 228 struct btrfs_inode_ref *iref; in btrfs_get_name() 278 struct btrfs_inode_ref); in btrfs_get_name()
|
H A D | accessors.h | 262 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 263 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 264 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 265 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
|
H A D | tree-log.c | 1091 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1112 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1259 struct btrfs_inode_ref *ref; in ref_get_fields() 1262 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1352 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1396 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1583 struct btrfs_inode_ref *ref; in count_inode_refs() 1585 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 5250 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() 5252 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
|
H A D | backref.c | 2142 struct btrfs_inode_ref *iref; in btrfs_ref_to_path() 2178 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 | super.c | 976 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1059 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
H A D | tree-checker.c | 1700 struct btrfs_inode_ref *iref; in check_inode_ref() 1727 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
|
H A D | ioctl.c | 1840 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 1878 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 1918 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 1963 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
H A D | send.c | 1000 struct btrfs_inode_ref *iref; in iterate_inode_ref() 1030 struct btrfs_inode_ref); in iterate_inode_ref() 1043 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 2061 struct btrfs_inode_ref *iref; in get_first_ref() 2063 struct btrfs_inode_ref); in get_first_ref()
|
H A D | inode.c | 3864 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3866 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6209 struct btrfs_inode_ref *ref; in btrfs_create_new_inode() 6334 struct btrfs_inode_ref); in btrfs_create_new_inode()
|
/openbmc/u-boot/fs/btrfs/ |
H A D | inode.c | 12 struct btrfs_inode_ref *refp, char *name) in btrfs_lookup_inode_ref() 16 struct btrfs_inode_ref *ref; in btrfs_lookup_inode_ref() 25 ref = btrfs_path_item_ptr(&path, struct btrfs_inode_ref); in btrfs_lookup_inode_ref()
|
H A D | btrfs.h | 68 u64 btrfs_lookup_inode_ref(struct btrfs_root *, u64, struct btrfs_inode_ref *,
|
H A D | subvolume.c | 14 struct btrfs_inode_ref iref; in get_subvol_name()
|
H A D | conv-funcs.h | 136 DEFINE_CONV(btrfs_inode_ref, index, name_len)
|
H A D | btrfs_tree.h | 520 struct btrfs_inode_ref { struct
|
/openbmc/linux/include/uapi/linux/ |
H A D | btrfs_tree.h | 807 struct btrfs_inode_ref { struct
|