Searched refs:min_bytes (Results 1 - 10 of 10) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbtree_update.h215 unsigned type, unsigned min_bytes)
217 unsigned bytes = max_t(unsigned, min_bytes, bkey_bytes(k.k));
247 unsigned type, unsigned min_bytes)
249 struct bkey_i *mut = __bch2_bkey_make_mut_noupdate(trans, *k, type, min_bytes);
276 unsigned flags, unsigned type, unsigned min_bytes)
282 : __bch2_bkey_make_mut_noupdate(trans, k, 0, min_bytes);
299 unsigned flags, unsigned type, unsigned min_bytes)
302 btree_id, pos, flags|BTREE_ITER_INTENT, type, min_bytes);
320 unsigned flags, unsigned min_bytes)
322 return __bch2_bkey_get_mut(trans, iter, btree_id, pos, flags, 0, min_bytes);
214 __bch2_bkey_make_mut_noupdate(struct btree_trans *trans, struct bkey_s_c k, unsigned type, unsigned min_bytes) argument
245 __bch2_bkey_make_mut(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c *k, unsigned flags, unsigned type, unsigned min_bytes) argument
273 __bch2_bkey_get_mut_noupdate(struct btree_trans *trans, struct btree_iter *iter, unsigned btree_id, struct bpos pos, unsigned flags, unsigned type, unsigned min_bytes) argument
296 __bch2_bkey_get_mut(struct btree_trans *trans, struct btree_iter *iter, unsigned btree_id, struct bpos pos, unsigned flags, unsigned type, unsigned min_bytes) argument
317 bch2_bkey_get_mut_minsize(struct btree_trans *trans, struct btree_iter *iter, unsigned btree_id, struct bpos pos, unsigned flags, unsigned min_bytes) argument
[all...]
/linux-master/fs/btrfs/
H A Dextent-tree.h105 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes);
H A Dfree-space-cache.c3320 u64 cont1_bytes, u64 min_bytes)
3338 min_bits = bytes_to_bits(min_bytes, ctl->unit);
3407 * extent of cont1_bytes, and other clusters of at least min_bytes.
3413 u64 cont1_bytes, u64 min_bytes)
3434 while (entry->bitmap || entry->bytes < min_bytes) {
3458 if (entry->bytes < min_bytes)
3483 if (entry->bitmap || entry->bytes < min_bytes)
3506 u64 cont1_bytes, u64 min_bytes)
3533 bytes, cont1_bytes, min_bytes);
3561 u64 min_bytes; local
3316 btrfs_bitmap_cluster(struct btrfs_block_group *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) argument
3410 setup_cluster_no_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) argument
3503 setup_cluster_bitmap(struct btrfs_block_group *block_group, struct btrfs_free_cluster *cluster, struct list_head *bitmaps, u64 offset, u64 bytes, u64 cont1_bytes, u64 min_bytes) argument
[all...]
H A Dspace-info.c972 u64 min_bytes; local
981 min_bytes = mult_perc(global_rsv->size, 10);
982 if (global_rsv->reserved < min_bytes + ticket->bytes) {
H A Dextent-tree.c2089 u64 min_bytes)
2100 if (min_bytes == 0) {
2102 min_bytes = U64_MAX;
2161 } while ((min_bytes != U64_MAX && bytes_processed < min_bytes) ||
2216 * @min_bytes: How many bytes of delayed references to process. After this
2226 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes) argument
2244 ret = __btrfs_run_delayed_refs(trans, min_bytes);
2250 if (min_bytes == U64_MAX) {
2088 __btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes) argument
/linux-master/arch/s390/crypto/
H A Daes_s390.c837 min_bytes, bytes, aad_bytes, pc_bytes; local
877 min_bytes = min_t(unsigned int,
879 in_bytes = gcm_in_walk_go(&gw_in, min_bytes);
880 out_bytes = gcm_out_walk_go(&gw_out, min_bytes);
/linux-master/include/linux/
H A Dbacking-dev.h112 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes);
/linux-master/include/trace/events/
H A Dbtrfs.h1425 u64 bytes, u64 empty_size, u64 min_bytes),
1427 TP_ARGS(block_group, start, bytes, empty_size, min_bytes),
1435 __field( u64, min_bytes )
1444 __entry->min_bytes = min_bytes;
1448 "empty_size=%llu min_bytes=%llu", __entry->bg_objectid,
1452 __entry->bytes, __entry->empty_size, __entry->min_bytes)
/linux-master/mm/
H A Dpage-writeback.c765 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes) argument
768 unsigned long pages = min_bytes >> PAGE_SHIFT;
H A Dbacking-dev.c264 static DEVICE_ATTR_RW(min_bytes);

Completed in 306 milliseconds