Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dbackref.c440 if (time_seq == SEQ_LAST) in add_all_parents()
484 if (time_seq == SEQ_LAST) in add_all_parents()
536 else if (time_seq == SEQ_LAST) in resolve_indirect_ref()
547 if (time_seq == SEQ_LAST) in resolve_indirect_ref()
1147 if (time_seq == SEQ_LAST)
1165 time_seq != SEQ_LAST) {
1167 if (trans && time_seq != SEQ_LAST) {
Dqgroup.c2166 record->bytenr, SEQ_LAST, &new_roots, false); in btrfs_qgroup_account_extents()
Dctree.h687 #define SEQ_LAST ((u64)-1) macro