Searched refs:min_bytes (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/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 | 3302 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument 3318 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster() 3394 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument 3413 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap() 3437 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3462 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3486 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument 3513 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3541 u64 min_bytes; in btrfs_find_space_cluster() local 3553 min_bytes = cont1_bytes; in btrfs_find_space_cluster() [all …]
|
D | space-info.c | 969 u64 min_bytes; in steal_from_global_rsv() local 978 min_bytes = div_factor(global_rsv->size, 1); in steal_from_global_rsv() 979 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
|
/linux-6.1.9/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-6.1.9/include/trace/events/ |
D | btrfs.h | 1319 u64 bytes, u64 empty_size, u64 min_bytes), 1321 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 1329 __field( u64, min_bytes ) 1338 __entry->min_bytes = min_bytes; 1346 __entry->bytes, __entry->empty_size, __entry->min_bytes)
|