Searched refs:min_bytes (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1696 unsigned int min_bytes, max_bytes; in xfs_configure_buftarg_atomic_writes() local 1698 min_bytes = bdev_atomic_write_unit_min_bytes(btp->bt_bdev); in xfs_configure_buftarg_atomic_writes() 1705 if (min_bytes > max_bytes || in xfs_configure_buftarg_atomic_writes() 1706 min_bytes > mp->m_sb.sb_blocksize || in xfs_configure_buftarg_atomic_writes() 1708 min_bytes = 0; in xfs_configure_buftarg_atomic_writes() 1712 btp->bt_awu_min = min_bytes; in xfs_configure_buftarg_atomic_writes()
|
| /linux/fs/btrfs/ |
| H A D | free-space-cache.c | 3327 u64 cont1_bytes, u64 min_bytes) in btrfs_bitmap_cluster() argument 3345 min_bits = bytes_to_bits(min_bytes, ctl->unit); in btrfs_bitmap_cluster() 3420 u64 cont1_bytes, u64 min_bytes) in setup_cluster_no_bitmap() argument 3441 while (entry->bitmap || entry->bytes < min_bytes) { in setup_cluster_no_bitmap() 3465 if (entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3490 if (entry->bitmap || entry->bytes < min_bytes) in setup_cluster_no_bitmap() 3513 u64 cont1_bytes, u64 min_bytes) in setup_cluster_bitmap() argument 3540 bytes, cont1_bytes, min_bytes); in setup_cluster_bitmap() 3568 u64 min_bytes; in btrfs_find_space_cluster() local 3580 min_bytes = cont1_bytes; in btrfs_find_space_cluster() [all …]
|
| H A D | space-info.c | 1077 u64 min_bytes; in steal_from_global_rsv() local 1088 min_bytes = mult_perc(global_rsv->size, 10); in steal_from_global_rsv() 1089 if (global_rsv->reserved < min_bytes + ticket->bytes) { in steal_from_global_rsv()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-bdi | 88 What: /sys/class/bdi/<bdi>/min_bytes 96 The 'min_bytes' parameter allows assigning a minimum
|
| /linux/include/linux/ |
| H A D | backing-dev.h | 102 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes);
|
| /linux/include/trace/events/ |
| H A D | btrfs.h | 1395 u64 bytes, u64 empty_size, u64 min_bytes), 1397 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 1405 __field( u64, min_bytes ) 1414 __entry->min_bytes = min_bytes; 1422 __entry->bytes, __entry->empty_size, __entry->min_bytes)
|
| /linux/mm/ |
| H A D | page-writeback.c | 761 int bdi_set_min_bytes(struct backing_dev_info *bdi, u64 min_bytes) in bdi_set_max_ratio() 764 unsigned long pages = min_bytes >> PAGE_SHIFT; in bdi_get_min_bytes() 769 bdi_set_min_bytes(struct backing_dev_info * bdi,u64 min_bytes) bdi_set_min_bytes() argument
|
| H A D | backing-dev.c | 391 static DEVICE_ATTR_RW(min_bytes);
|