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

/linux-master/fs/btrfs/
H A Dinode-item.c17 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
21 struct btrfs_inode_ref *ref;
31 ref = (struct btrfs_inode_ref *)(ptr + cur_offset);
183 struct btrfs_inode_ref *ref;
316 struct btrfs_inode_ref *ref;
342 struct btrfs_inode_ref);
343 ref = (struct btrfs_inode_ref *)((unsigned long)ref + old_size);
360 struct btrfs_inode_ref);
H A Dinode-item.h112 struct btrfs_inode_ref *btrfs_find_name_in_backref(struct extent_buffer *leaf,
H A Dexport.c227 struct btrfs_inode_ref *iref;
277 struct btrfs_inode_ref);
H A Daccessors.h271 /* struct btrfs_inode_ref */
272 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);
H A Dtree-log.c1070 struct btrfs_inode_ref *victim_ref;
1091 victim_ref = (struct btrfs_inode_ref *)ptr;
1238 struct btrfs_inode_ref *ref;
1241 ref = (struct btrfs_inode_ref *)ref_ptr;
1331 ref_ptr += sizeof(struct btrfs_inode_ref);
1375 ref_struct_size = sizeof(struct btrfs_inode_ref);
1560 struct btrfs_inode_ref *ref;
1562 ref = (struct btrfs_inode_ref *)ptr;
5283 struct btrfs_inode_ref *iref;
5285 iref = (struct btrfs_inode_ref *)(pt
[all...]
H A Dbackref.c2142 struct btrfs_inode_ref *iref;
2178 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2599 struct btrfs_inode_ref *iref;
2624 iref = btrfs_item_ptr(eb, slot, struct btrfs_inode_ref);
2638 iref = (struct btrfs_inode_ref *)((char *)iref + len);
H A Dtree-checker.c1636 struct btrfs_inode_ref *iref;
1663 iref = (struct btrfs_inode_ref *)ptr;
H A Dioctl.c1848 struct btrfs_inode_ref *iref;
1886 iref = btrfs_item_ptr(l, slot, struct btrfs_inode_ref);
1926 struct btrfs_inode_ref *iref;
1971 iref = btrfs_item_ptr(leaf, slot, struct btrfs_inode_ref);
H A Dsuper.c755 struct btrfs_inode_ref *inode_ref;
838 struct btrfs_inode_ref);
H A Dsend.c987 * Helper function to iterate the entries in ONE btrfs_inode_ref or
999 struct btrfs_inode_ref *iref;
1029 struct btrfs_inode_ref);
1042 iref = (struct btrfs_inode_ref *)(ptr + cur);
2025 * Looks up the first btrfs_inode_ref of a given ino. It returns the parent dir,
2060 struct btrfs_inode_ref *iref;
2062 struct btrfs_inode_ref);
H A Dinode.c3901 struct btrfs_inode_ref *ref;
3903 ref = (struct btrfs_inode_ref *)ptr;
6252 struct btrfs_inode_ref *ref;
6384 struct btrfs_inode_ref);
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h856 struct btrfs_inode_ref { struct

Completed in 326 milliseconds