Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dbtree_update.h275 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut_noupdate() argument
277 unsigned bytes = max_t(unsigned, min_bytes, bkey_bytes(k.k)); in __bch2_bkey_make_mut_noupdate()
309 unsigned type, unsigned min_bytes) in __bch2_bkey_make_mut() argument
311 struct bkey_i *mut = __bch2_bkey_make_mut_noupdate(trans, *k, type, min_bytes); in __bch2_bkey_make_mut()
340 unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut_noupdate() argument
346 : __bch2_bkey_make_mut_noupdate(trans, k, 0, min_bytes); in __bch2_bkey_get_mut_noupdate()
364 unsigned type, unsigned min_bytes) in __bch2_bkey_get_mut() argument
367 btree_id, pos, flags|BTREE_ITER_intent, type, min_bytes); in __bch2_bkey_get_mut()
386 unsigned min_bytes) in bch2_bkey_get_mut_minsize() argument
388 return __bch2_bkey_get_mut(trans, iter, btree_id, pos, flags, 0, min_bytes); in bch2_bkey_get_mut_minsize()
/fs/xfs/
A Dxfs_buf.c1699 unsigned int min_bytes, max_bytes; in xfs_configure_buftarg_atomic_writes() local
1701 min_bytes = bdev_atomic_write_unit_min_bytes(btp->bt_bdev); in xfs_configure_buftarg_atomic_writes()
1708 if (min_bytes > max_bytes || in xfs_configure_buftarg_atomic_writes()
1709 min_bytes > mp->m_sb.sb_blocksize || in xfs_configure_buftarg_atomic_writes()
1711 min_bytes = 0; in xfs_configure_buftarg_atomic_writes()
1715 btp->bt_awu_min = min_bytes; in xfs_configure_buftarg_atomic_writes()
/fs/btrfs/
A Dfree-space-cache.c3324 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument
3417 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument
3462 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap()
3510 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument
3565 u64 min_bytes; in btrfs_find_space_cluster() local
3577 min_bytes = cont1_bytes; in btrfs_find_space_cluster()
3580 min_bytes = fs_info->sectorsize; in btrfs_find_space_cluster()
3583 min_bytes = fs_info->sectorsize; in btrfs_find_space_cluster()
3606 min_bytes); in btrfs_find_space_cluster()
3610 cont1_bytes, min_bytes); in btrfs_find_space_cluster()
[all …]
A Dextent-tree.h104 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes);
A Dspace-info.c1045 u64 min_bytes; in steal_from_global_rsv() local
1054 min_bytes = mult_perc(global_rsv->size, 10); in steal_from_global_rsv()
1055 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
A Dextent-tree.c1999 u64 min_bytes) in __btrfs_run_delayed_refs() argument
2010 if (min_bytes == 0) { in __btrfs_run_delayed_refs()
2017 min_bytes = U64_MAX; in __btrfs_run_delayed_refs()
2076 } while ((min_bytes != U64_MAX && bytes_processed < min_bytes) || in __btrfs_run_delayed_refs()
2141 int btrfs_run_delayed_refs(struct btrfs_trans_handle *trans, u64 min_bytes) in btrfs_run_delayed_refs() argument
2159 ret = __btrfs_run_delayed_refs(trans, min_bytes); in btrfs_run_delayed_refs()
2165 if (min_bytes == U64_MAX) { in btrfs_run_delayed_refs()

Completed in 27 milliseconds