Searched refs:min_bytes (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/btrfs/ |
D | block-rsv.c | 331 u64 min_bytes; in btrfs_cond_migrate_bytes() local 337 min_bytes = div_factor(global_rsv->size, min_factor); in btrfs_cond_migrate_bytes() 338 if (global_rsv->reserved < min_bytes + num_bytes) { in btrfs_cond_migrate_bytes()
|
D | free-space-cache.c | 3289 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument 3305 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster() 3381 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument 3400 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap() 3424 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3449 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3473 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument 3500 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3528 u64 min_bytes; in btrfs_find_space_cluster() local 3539 cont1_bytes = min_bytes = bytes + empty_size; in btrfs_find_space_cluster() [all …]
|
D | space-info.c | 944 u64 min_bytes; in steal_from_global_rsv() local 953 min_bytes = div_factor(global_rsv->size, 1); in steal_from_global_rsv() 954 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
|
/linux-5.19.10/arch/s390/crypto/ |
D | aes_s390.c | 839 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local 879 min_bytes = min_t(unsigned int, in gcm_aes_crypt() 881 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt() 882 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
|
/linux-5.19.10/include/trace/events/ |
D | btrfs.h | 1255 u64 bytes, u64 empty_size, u64 min_bytes), 1257 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 1265 __field( u64, min_bytes ) 1274 __entry->min_bytes = min_bytes; 1282 __entry->bytes, __entry->empty_size, __entry->min_bytes)
|