Searched refs:btrfs_inode_ref (Results 1 – 10 of 10) sorted by relevance
/linux-4.19.296/fs/btrfs/ |
D | inode-item.c | 13 int name_len, struct btrfs_inode_ref **ref_ret) 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() 188 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 325 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 352 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 353 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 370 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 | tree-log.c | 944 struct btrfs_inode_ref *ref; in backref_in_log() 976 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 1019 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 1038 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1206 struct btrfs_inode_ref *ref; in ref_get_fields() 1208 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1313 ref_ptr += sizeof(struct btrfs_inode_ref); in unlink_old_inode_refs() 1399 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1640 struct btrfs_inode_ref *ref; in count_inode_refs() 1642 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() [all …]
|
D | backref.c | 1654 struct btrfs_inode_ref *iref; 1693 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2041 struct btrfs_inode_ref *iref; 2070 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 2083 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | super.c | 1010 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid() 1110 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
|
D | send.c | 882 struct btrfs_inode_ref *iref; in iterate_inode_ref() 912 struct btrfs_inode_ref); in iterate_inode_ref() 926 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1787 struct btrfs_inode_ref *iref; in get_first_ref() 1789 struct btrfs_inode_ref); in get_first_ref()
|
D | ctree.h | 1733 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 1734 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64); 3108 int name_len, struct btrfs_inode_ref **ref_ret);
|
D | ioctl.c | 2329 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2376 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree() 2414 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user() 2469 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
|
D | inode.c | 3794 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3796 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6344 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6457 struct btrfs_inode_ref); in btrfs_new_inode()
|
/linux-4.19.296/include/uapi/linux/ |
D | btrfs_tree.h | 535 struct btrfs_inode_ref { struct
|