Home
last modified time | relevance | path

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

/linux-4.1.27/include/trace/events/
Dbtrfs.h865 u64 bytes, u64 empty_size, u64 min_bytes),
867 TP_ARGS(block_group, start, bytes, empty_size, min_bytes),
875 __field( u64, min_bytes )
884 __entry->min_bytes = min_bytes;
892 __entry->bytes, __entry->empty_size, __entry->min_bytes)
/linux-4.1.27/fs/btrfs/
Dfree-space-cache.c2772 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
2787 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster()
2839 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
2858 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap()
2882 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap()
2907 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap()
2930 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
2955 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()
2983 u64 min_bytes; in btrfs_find_space_cluster() local
2994 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster()
[all …]
Dextent-tree.c4871 u64 min_bytes; in btrfs_cond_migrate_bytes() local
4877 min_bytes = div_factor(global_rsv->size, min_factor); in btrfs_cond_migrate_bytes()
4878 if (global_rsv->reserved < min_bytes + num_bytes) { in btrfs_cond_migrate_bytes()