Home
last modified time | relevance | path

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

/linux-2.6.39/fs/btrfs/
Dtree-defrag.c42 u64 min_trans = 0; in btrfs_defrag_leaves() local
90 min_trans = root->defrag_trans_start; in btrfs_defrag_leaves()
93 cache_only, min_trans); in btrfs_defrag_leaves()
113 min_trans); in btrfs_defrag_leaves()
Dctree.c3988 u64 min_trans) in btrfs_search_forward() argument
4006 if (btrfs_header_generation(cur) < min_trans) { in btrfs_search_forward()
4039 if (gen < min_trans) { in btrfs_search_forward()
4074 cache_only, min_trans); in btrfs_search_forward()
4122 int cache_only, u64 min_trans) in btrfs_find_next_key() argument
4188 if (gen < min_trans) { in btrfs_find_next_key()
Dctree.h2256 int cache_only, u64 min_trans);
2260 u64 min_trans);