Searched refs:cur_bytes (Results 1 – 3 of 3) sorted by relevance
| /fs/resctrl/ |
| A D | monitor.c | 435 u64 cur_bw, bytes, cur_bytes; in mbm_bw_count() local 442 cur_bytes = rr->val; in mbm_bw_count() 443 bytes = cur_bytes - m->prev_bw_bytes; in mbm_bw_count() 444 m->prev_bw_bytes = cur_bytes; in mbm_bw_count()
|
| /fs/udf/ |
| A D | super.c | 2466 u32 cur_bytes = min_t(u32, bytes, sb->s_blocksize - index); in udf_count_free_bitmap() local 2468 cur_bytes * 8); in udf_count_free_bitmap() 2469 bytes -= cur_bytes; in udf_count_free_bitmap()
|
| /fs/btrfs/ |
| A D | inode.c | 9009 u64 cur_bytes; in __btrfs_prealloc_file_range() local 9018 cur_bytes = min_t(u64, num_bytes, SZ_256M); in __btrfs_prealloc_file_range() 9019 cur_bytes = max(cur_bytes, min_size); in __btrfs_prealloc_file_range() 9026 cur_bytes = min(cur_bytes, last_alloc); in __btrfs_prealloc_file_range() 9027 ret = btrfs_reserve_extent(root, cur_bytes, cur_bytes, in __btrfs_prealloc_file_range()
|
Completed in 23 milliseconds