Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_update.h226 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut_noupdate() argument
228 unsigned bytes = max_t(unsigned, min_bytes, bkey_bytes(k.k)); in __bch2_bkey_make_mut_noupdate()
260 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut() argument
262 struct bkey_i *mut = __bch2_bkey_make_mut_noupdate(trans, *k, type, min_bytes); in __bch2_bkey_make_mut()
291 unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut_noupdate() argument
297 : __bch2_bkey_make_mut_noupdate(trans, k, 0, min_bytes); in __bch2_bkey_get_mut_noupdate()
315 unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut() argument
318 btree_id, pos, flags|BTREE_ITER_intent, type, min_bytes); in __bch2_bkey_get_mut()
337 unsigned min_bytes) in bch2_bkey_get_mut_minsize() argument
339 return __bch2_bkey_get_mut(trans, iter, btree_id, pos, flags, 0, min_bytes); in bch2_bkey_get_mut_minsize()
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-bdi88 What: /sys/class/bdi/<bdi>/min_bytes
96 The 'min_bytes' parameter allows assigning a minimum
/linux-6.15/fs/btrfs/
H A Dfree-space-cache.c3326 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
3419 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
3464 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap()
3512 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
3567 u64 min_bytes; in btrfs_find_space_cluster() local
3579 min_bytes = cont1_bytes; in btrfs_find_space_cluster()
3582 min_bytes = fs_info->sectorsize; in btrfs_find_space_cluster()
3585 min_bytes = fs_info->sectorsize; in btrfs_find_space_cluster()
3608 min_bytes); in btrfs_find_space_cluster()
3612 cont1_bytes, min_bytes); in btrfs_find_space_cluster()
[all …]
H A Dextent-tree.h104 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes);
H A Dspace-info.c999 u64 min_bytes; in steal_from_global_rsv() local
1008 min_bytes = mult_perc(global_rsv->size, 10); in steal_from_global_rsv()
1009 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
H A Dextent-tree.c1997 u64 min_bytes) in __btrfs_run_delayed_refs() argument
2008 if (min_bytes == 0) { in __btrfs_run_delayed_refs()
2010 min_bytes = U64_MAX; in __btrfs_run_delayed_refs()
2069 } while ((min_bytes != U64_MAX && bytes_processed < min_bytes) || in __btrfs_run_delayed_refs()
2134 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes) in btrfs_run_delayed_refs() argument
2152 ret = __btrfs_run_delayed_refs(trans, min_bytes); in btrfs_run_delayed_refs()
2158 if (min_bytes == U64_MAX) { in btrfs_run_delayed_refs()
/linux-6.15/arch/s390/crypto/
H A Daes_s390.c933 min_bytes, bytes, aad_bytes, pc_bytes; in gcm_aes_crypt() local
973 min_bytes = min_t(unsigned int, in gcm_aes_crypt()
975 in_bytes = gcm_in_walk_go(&gw_in, min_bytes); in gcm_aes_crypt()
976 out_bytes = gcm_out_walk_go(&gw_out, min_bytes); in gcm_aes_crypt()
/linux-6.15/include/linux/
H A Dbacking-dev.h112 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes);
/linux-6.15/include/trace/events/
H A Dbtrfs.h1400 u64 bytes, u64 empty_size, u64 min_bytes),
1402 TP_ARGS(block_group, start, bytes, empty_size, min_bytes),
1410 __field( u64, min_bytes )
1419 __entry->min_bytes = min_bytes;
1427 __entry->bytes, __entry->empty_size, __entry->min_bytes)
/linux-6.15/mm/
H A Dpage-writeback.c768 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes) in bdi_set_min_bytes() argument
771 unsigned long pages = min_bytes >> PAGE_SHIFT; in bdi_set_min_bytes()
H A Dbacking-dev.c391 static DEVICE_ATTR_RW(min_bytes);