Lines Matching defs:min_trans
4618 * min_trans indicates the oldest transaction that you are interested
4619 * in walking through. Any nodes or leaves older than min_trans are
4627 u64 min_trans)
4647 if (btrfs_header_generation(cur) < min_trans) {
4673 * check this node pointer against the min_trans parameters.
4680 if (gen < min_trans) {
4694 min_trans);
4724 * tree based on the current path and the min_trans parameters.
4733 struct btrfs_key *key, int level, u64 min_trans)
4786 if (gen < min_trans) {