Home
last modified time | relevance | path

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

/fs/btrfs/
Dtree-defrag.c43 u64 min_trans = 0; in btrfs_defrag_leaves() local
92 min_trans = root->defrag_trans_start; in btrfs_defrag_leaves()
95 cache_only, min_trans); in btrfs_defrag_leaves()
115 min_trans); in btrfs_defrag_leaves()
Dctree.c3855 u64 min_trans) in btrfs_search_forward() argument
3873 if (btrfs_header_generation(cur) < min_trans) { in btrfs_search_forward()
3906 if (gen < min_trans) { in btrfs_search_forward()
3941 cache_only, min_trans); in btrfs_search_forward()
3988 int cache_only, u64 min_trans) in btrfs_find_next_key() argument
4026 if (gen < min_trans) { in btrfs_find_next_key()
Dctree.h1833 int cache_only, u64 min_trans);
1837 u64 min_trans);