Home
last modified time | relevance | path

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

/linux-4.1.27/fs/btrfs/
DMakefile11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
Dinode.c2196 struct sa_defrag_extent_backref *backref) in backref_insert() argument
2207 ret = backref_comp(backref, entry); in backref_insert()
2214 rb_link_node(&backref->node, parent, p); in backref_insert()
2215 rb_insert_color(&backref->node, root); in backref_insert()
2231 struct sa_defrag_extent_backref *backref; in record_one_backref() local
2321 backref = kmalloc(sizeof(*backref), GFP_NOFS); in record_one_backref()
2322 if (!backref) { in record_one_backref()
2327 backref->root_id = root_id; in record_one_backref()
2328 backref->inum = inum; in record_one_backref()
2329 backref->file_pos = offset; in record_one_backref()
[all …]