Home
last modified time | relevance | path

Searched refs:SEQ_LAST (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/btrfs/
Dbackref.c441 if (time_seq == SEQ_LAST) in add_all_parents()
485 if (time_seq == SEQ_LAST) in add_all_parents()
537 else if (time_seq == SEQ_LAST) in resolve_indirect_ref()
548 if (time_seq == SEQ_LAST) in resolve_indirect_ref()
1179 if (time_seq == SEQ_LAST)
1202 time_seq != SEQ_LAST) {
1204 if (trans && time_seq != SEQ_LAST) {
Dqgroup.c2194 record->bytenr, SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents()
Dctree.h688 #define SEQ_LAST ((u64)-1) macro