Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/btrfs/
Dfree-space-cache.c2800 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
2816 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster()
2881 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
2900 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap()
2924 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap()
2949 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap()
2972 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
2999 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap()
3027 u64 min_bytes; in btrfs_find_space_cluster() local
3038 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster()
[all …]
Dextent-tree.c5079 u64 min_bytes; in btrfs_cond_migrate_bytes() local
5085 min_bytes = div_factor(global_rsv->size, min_factor); in btrfs_cond_migrate_bytes()
5086 if (global_rsv->reserved < min_bytes + num_bytes) { in btrfs_cond_migrate_bytes()