Searched refs:prelim_ref (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
H A D | backref.c | 201 sizeof(struct prelim_ref), 0, 0, NULL); in btrfs_prelim_ref_init() 212 static void free_pref(struct prelim_ref *ref) in free_pref() 222 static int prelim_ref_compare(const struct prelim_ref *ref1, in prelim_ref_compare() 223 const struct prelim_ref *ref2) in prelim_ref_compare() 256 const struct prelim_ref *ref_new = in prelim_ref_rb_add_cmp() 257 rb_entry(new, struct prelim_ref, rbnode); in prelim_ref_rb_add_cmp() 258 const struct prelim_ref *ref_exist = in prelim_ref_rb_add_cmp() 259 rb_entry(exist, struct prelim_ref, rbnode); in prelim_ref_rb_add_cmp() 269 int newcount, const struct prelim_ref *newref) in update_share_count() 292 struct prelim_ref *newre in prelim_ref_insert() [all...] |
H A D | backref.h | 257 struct prelim_ref { struct 258 rbnodeprelim_ref global() argument 259 root_idprelim_ref global() argument 260 key_for_searchprelim_ref global() argument 261 levelprelim_ref global() argument 262 countprelim_ref global() argument 263 inode_listprelim_ref global() argument 264 parentprelim_ref global() argument 265 wanted_disk_byteprelim_ref global() argument
|
/linux/include/trace/events/ |
H A D | btrfs.h | 29 struct prelim_ref; 1922 const struct prelim_ref *oldref, 1923 const struct prelim_ref *newref, u64 tree_size), 1965 const struct prelim_ref *oldref, 1966 const struct prelim_ref *newref, u64 tree_size), 1972 const struct prelim_ref *oldref, 1973 const struct prelim_ref *newref, u64 tree_size),
|