Home
last modified time | relevance | path

Searched refs:btrfs_inode_ref (Results 1 – 12 of 12) sorted by relevance

/linux/fs/btrfs/
A Dinode-item.c17 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf, in btrfs_find_name_in_backref()
21 struct btrfs_inode_ref *ref; in btrfs_find_name_in_backref()
31 ref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_find_name_in_backref()
183 struct btrfs_inode_ref *ref; in btrfs_del_inode_ref()
316 struct btrfs_inode_ref *ref; in btrfs_insert_inode_ref()
342 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
343 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size); in btrfs_insert_inode_ref()
360 struct btrfs_inode_ref); in btrfs_insert_inode_ref()
A Dexport.c227 struct btrfs_inode_ref *iref; in btrfs_get_name()
277 struct btrfs_inode_ref); in btrfs_get_name()
A Dinode-item.h112 struct btrfs_inode_ref *btrfs_find_name_in_backref(const struct extent_buffer *leaf,
A Daccessors.h272 BTRFS_SETGET_FUNCS(inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
273 BTRFS_SETGET_FUNCS(inode_ref_index, struct btrfs_inode_ref, index, 64);
274 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_name_len, struct btrfs_inode_ref, name_len, 16);
275 BTRFS_SETGET_STACK_FUNCS(stack_inode_ref_index, struct btrfs_inode_ref, index, 64);
A Dtree-log.c1091 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()
1581 struct btrfs_inode_ref *ref; in count_inode_refs()
1583 ref = (struct btrfs_inode_ref *)ptr; in count_inode_refs()
5316 struct btrfs_inode_ref *iref; in btrfs_check_ref_name_override()
5318 iref = (struct btrfs_inode_ref *)(ptr + cur_offset); in btrfs_check_ref_name_override()
A Dbackref.c2136 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()
A Dtree-checker.c1702 struct btrfs_inode_ref *iref; in check_inode_ref()
1729 iref = (struct btrfs_inode_ref *)ptr; in check_inode_ref()
A Dioctl.c1847 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree()
1885 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree()
1924 struct btrfs_inode_ref *iref; in btrfs_search_path_in_tree_user()
1969 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref); in btrfs_search_path_in_tree_user()
A Dsuper.c791 struct btrfs_inode_ref *inode_ref; in btrfs_get_subvol_name_from_objectid()
874 struct btrfs_inode_ref); in btrfs_get_subvol_name_from_objectid()
A Dsend.c1000 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()
A Dinode.c3941 struct btrfs_inode_ref *ref; in btrfs_read_locked_inode()
3943 ref = (struct btrfs_inode_ref *)ptr; in btrfs_read_locked_inode()
6237 struct btrfs_inode_ref *ref; in btrfs_create_new_inode()
6376 struct btrfs_inode_ref); in btrfs_create_new_inode()
/linux/include/uapi/linux/
A Dbtrfs_tree.h852 struct btrfs_inode_ref { struct

Completed in 69 milliseconds