Searched refs:btrfs_inode_ref (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | inode-item.c | 26 int name_len, struct btrfs_inode_ref **ref_ret) in find_name_in_backref() 29 struct btrfs_inode_ref *ref; in find_name_in_backref() 40 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in find_name_in_backref() 200 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref() 333 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref() 359 struct btrfs_inode_ref); in btrfs_insert_inode_ref() 360 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref() 375 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
|
D | export.c | 227 struct btrfs_inode_ref *iref; in btrfs_get_name() 281 struct btrfs_inode_ref); in btrfs_get_name()
|
D | backref.c | 1360 struct btrfs_inode_ref *iref; 1399 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 1727 struct btrfs_inode_ref *iref; 1756 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref); 1769 iref = (struct btrfs_inode_ref *)((char *)iref + len);
|
D | tree-log.c | 872 struct btrfs_inode_ref *ref; in backref_in_log() 902 ref = (struct btrfs_inode_ref *)ptr; in backref_in_log() 945 struct btrfs_inode_ref *victim_ref; in __add_inode_ref() 964 victim_ref = (struct btrfs_inode_ref *)ptr; in __add_inode_ref() 1127 struct btrfs_inode_ref *ref; in ref_get_fields() 1129 ref = (struct btrfs_inode_ref *)ref_ptr; in ref_get_fields() 1181 ref_struct_size = sizeof(struct btrfs_inode_ref); in add_inode_ref() 1368 struct btrfs_inode_ref *ref; in count_inode_refs() 1370 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs() 4376 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override() [all …]
|
D | send.c | 856 struct btrfs_inode_ref *iref; in iterate_inode_ref() 886 struct btrfs_inode_ref); in iterate_inode_ref() 900 iref = (struct btrfs_inode_ref *)(ptr + cur); in iterate_inode_ref() 1735 struct btrfs_inode_ref *iref; in get_first_ref() 1737 struct btrfs_inode_ref); in get_first_ref()
|
D | ctree.h | 689 struct btrfs_inode_ref { struct 2466 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16); 2467 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
|
D | inode.c | 3664 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode() 3666 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode() 6026 struct btrfs_inode_ref *ref; in btrfs_new_inode() 6137 struct btrfs_inode_ref); in btrfs_new_inode()
|
D | ioctl.c | 2197 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree() 2245 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
|