/linux-6.12.1/fs/bcachefs/ |
D | btree_update.h | 215 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut_noupdate() argument 217 unsigned bytes = max_t(unsigned, min_bytes, bkey_bytes(k.k)); in __bch2_bkey_make_mut_noupdate() 248 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut() argument 250 struct bkey_i *mut = __bch2_bkey_make_mut_noupdate(trans, *k, type, min_bytes); in __bch2_bkey_make_mut() 277 unsigned flags, unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut_noupdate() argument 283 : __bch2_bkey_make_mut_noupdate(trans, k, 0, min_bytes); in __bch2_bkey_get_mut_noupdate() 300 unsigned flags, unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut() argument 303 btree_id, pos, flags|BTREE_ITER_intent, type, min_bytes); in __bch2_bkey_get_mut() 321 unsigned flags, unsigned min_bytes) in bch2_bkey_get_mut_minsize() argument 323 return __bch2_bkey_get_mut(trans, iter, btree_id, pos, flags, 0, min_bytes); in bch2_bkey_get_mut_minsize()
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 88 What: /sys/class/bdi/<bdi>/min_bytes 96 The 'min_bytes' parameter allows assigning a minimum
|
/linux-6.12.1/fs/btrfs/ |
D | free-space-cache.c | 3324 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument 3342 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster() 3417 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument 3438 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap() 3462 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3487 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3510 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument 3537 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3565 u64 min_bytes; in btrfs_find_space_cluster() local 3577 min_bytes = cont1_bytes; in btrfs_find_space_cluster() [all …]
|
D | extent-tree.h | 105 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes);
|
D | space-info.c | 989 u64 min_bytes; in steal_from_global_rsv() local 998 min_bytes = mult_perc(global_rsv->size, 10); in steal_from_global_rsv() 999 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
|
D | extent-tree.c | 2058 u64 min_bytes) in __btrfs_run_delayed_refs() argument 2069 if (min_bytes == 0) { in __btrfs_run_delayed_refs() 2071 min_bytes = U64_MAX; in __btrfs_run_delayed_refs() 2130 } while ((min_bytes != U64_MAX && bytes_processed < min_bytes) || in __btrfs_run_delayed_refs() 2195 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes) in btrfs_run_delayed_refs() argument 2213 ret = __btrfs_run_delayed_refs(trans, min_bytes); in btrfs_run_delayed_refs() 2219 if (min_bytes == U64_MAX) { in btrfs_run_delayed_refs()
|
/linux-6.12.1/arch/s390/crypto/ |
D | aes_s390.c | 944 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local 984 min_bytes = min_t(unsigned int, in gcm_aes_crypt() 986 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt() 987 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
|
/linux-6.12.1/include/linux/ |
D | backing-dev.h | 112 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes);
|
/linux-6.12.1/include/trace/events/ |
D | btrfs.h | 1399 u64 bytes, u64 empty_size, u64 min_bytes), 1401 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 1409 __field( u64, min_bytes ) 1418 __entry->min_bytes = min_bytes; 1426 __entry->bytes, __entry->empty_size, __entry->min_bytes)
|
/linux-6.12.1/mm/ |
D | page-writeback.c | 789 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes) in bdi_set_min_bytes() argument 792 unsigned long pages = min_bytes >> PAGE_SHIFT; in bdi_set_min_bytes()
|
D | backing-dev.c | 391 static DEVICE_ATTR_RW(min_bytes);
|