Home
last modified time | relevance | path

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

/linux-4.19.296/fs/btrfs/
DMakefile12 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
Dinode.c2400 struct sa_defrag_extent_backref *backref) in backref_insert() argument
2411 ret = backref_comp(backref, entry); in backref_insert()
2418 rb_link_node(&backref->node, parent, p); in backref_insert()
2419 rb_insert_color(&backref->node, root); in backref_insert()
2434 struct sa_defrag_extent_backref *backref; in record_one_backref() local
2524 backref = kmalloc(sizeof(*backref), GFP_NOFS); in record_one_backref()
2525 if (!backref) { in record_one_backref()
2530 backref->root_id = root_id; in record_one_backref()
2531 backref->inum = inum; in record_one_backref()
2532 backref->file_pos = offset; in record_one_backref()
[all …]