Searched refs:btrfs_inode_ref (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/fs/btrfs/ |
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() 178 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 317 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 344 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 345 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 362 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 231 struct btrfs_inode_ref *iref; in btrfs_get_name() 282 struct btrfs_inode_ref); in btrfs_get_name()
|
D | backref.c | 1624 struct btrfs_inode_ref *iref; 1663 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2011 struct btrfs_inode_ref *iref; 2037 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2051 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | tree-log.c | 948 struct btrfs_inode_ref *ref; in backref_in_log() 980 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 1023 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1042 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1203 struct btrfs_inode_ref *ref; in ref_get_fields() 1205 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1301 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1447 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1675 struct btrfs_inode_ref *ref; in count_inode_refs() 1677 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() [all …]
|
D | super.c | 1014 struct btrfs_inode_ref *inode_ref; in get_subvol_name_from_objectid() 1114 struct btrfs_inode_ref); in get_subvol_name_from_objectid()
|
D | ctree.h | 1542 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1543 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 2779 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
|
D | ioctl.c | 2294 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2341 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2379 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2434 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | send.c | 887 struct btrfs_inode_ref *iref; in iterate_inode_ref() 917 struct btrfs_inode_ref); in iterate_inode_ref() 931 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 | inode.c | 3837 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3839 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6316 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6432 struct btrfs_inode_ref); in btrfs_new_inode()
|
/Linux-v5.4/include/uapi/linux/ |
D | btrfs_tree.h | 540 struct btrfs_inode_ref { struct
|