Home
last modified time | relevance | path

Searched refs:backref (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/btrfs/
DMakefile11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
Dinode.c2218 struct sa_defrag_extent_backref *backref) in backref_insert() argument
2229 ret = backref_comp(backref, entry); in backref_insert()
2236 rb_link_node(&backref->node, parent, p); in backref_insert()
2237 rb_insert_color(&backref->node, root); in backref_insert()
2253 struct sa_defrag_extent_backref *backref; in record_one_backref() local
2343 backref = kmalloc(sizeof(*backref), GFP_NOFS); in record_one_backref()
2344 if (!backref) { in record_one_backref()
2349 backref->root_id = root_id; in record_one_backref()
2350 backref->inum = inum; in record_one_backref()
2351 backref->file_pos = offset; in record_one_backref()
[all …]