Lines Matching defs:min_trans
5248 * min_trans indicates the oldest transaction that you are interested
5249 * in walking through. Any nodes or leaves older than min_trans are
5257 u64 min_trans)
5276 if (btrfs_header_generation(cur) < min_trans) {
5301 * check this node pointer against the min_trans parameters.
5308 if (gen < min_trans) {
5323 min_trans);
5364 * tree based on the current path and the min_trans parameters.
5373 struct btrfs_key *key, int level, u64 min_trans)
5426 if (gen < min_trans) {