Lines Matching defs:min_trans
4731 * min_trans indicates the oldest transaction that you are interested
4732 * in walking through. Any nodes or leaves older than min_trans are
4740 u64 min_trans)
4760 if (btrfs_header_generation(cur) < min_trans) {
4785 * check this node pointer against the min_trans parameters.
4792 if (gen < min_trans) {
4806 min_trans);
4845 * tree based on the current path and the min_trans parameters.
4854 struct btrfs_key *key, int level, u64 min_trans)
4907 if (gen < min_trans) {