Searched refs:bytes_used (Results 1 – 18 of 18) sorted by relevance
/fs/squashfs/ |
D | super.c | 99 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super() 131 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super() 132 if (msblk->bytes_used < 0 || msblk->bytes_used > in squashfs_fill_super() 177 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super() 221 next_table = msblk->bytes_used; in squashfs_fill_super() 378 buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->block_log) + 1; in squashfs_statfs()
|
D | block.c | 167 if (index + 2 > msblk->bytes_used) { in squashfs_read_data() 203 (index + length) > msblk->bytes_used) { in squashfs_read_data()
|
D | squashfs_fs_sb.h | 63 long long bytes_used; member
|
D | xattr_id.c | 90 end = msblk->bytes_used; in squashfs_read_xattr_id_table()
|
D | squashfs_fs.h | 253 __le64 bytes_used; member
|
/fs/btrfs/ |
D | space-info.h | 11 u64 bytes_used; /* total bytes used, member 121 u64 total_bytes, u64 bytes_used,
|
D | block-group.c | 669 u64 bytes_used; in caching_thread() local 673 bytes_used = block_group->length - block_group->used; in caching_thread() 674 block_group->space_info->bytes_used += bytes_used >> 1; in caching_thread() 773 u64 bytes_used; in btrfs_cache_block_group() local 777 bytes_used = cache->length - cache->used; in btrfs_cache_block_group() 778 cache->space_info->bytes_used += bytes_used >> 1; in btrfs_cache_block_group() 2154 int btrfs_make_block_group(struct btrfs_trans_handle *trans, u64 bytes_used, in btrfs_make_block_group() argument 2169 cache->used = bytes_used; in btrfs_make_block_group() 2188 u64 new_bytes_used = size - bytes_used; in btrfs_make_block_group() 2190 bytes_used += new_bytes_used >> 1; in btrfs_make_block_group() [all …]
|
D | space-info.c | 164 return s_info->bytes_used + s_info->bytes_reserved + in btrfs_space_info_used() 259 u64 total_bytes, u64 bytes_used, in btrfs_update_space_info() argument 273 found->bytes_used += bytes_used; in btrfs_update_space_info() 274 found->disk_used += bytes_used * factor; in btrfs_update_space_info() 427 info->total_bytes, info->bytes_used, info->bytes_pinned, in __btrfs_dump_space_info() 808 if ((space_info->bytes_used + space_info->bytes_reserved) >= thresh) in need_do_async_reclaim()
|
D | dev-replace.c | 208 dev_replace->tgtdev->bytes_used = in btrfs_init_dev_replace() 209 dev_replace->srcdev->bytes_used; in btrfs_init_dev_replace() 304 device->bytes_used = btrfs_device_get_bytes_used(srcdev); in btrfs_init_dev_replace_tgtdev() 306 device->commit_bytes_used = device->bytes_used; in btrfs_init_dev_replace_tgtdev() 815 btrfs_device_set_bytes_used(tgt_device, src_device->bytes_used); in btrfs_dev_replace_finishing() 816 tgt_device->commit_bytes_used = src_device->bytes_used; in btrfs_dev_replace_finishing()
|
D | volumes.h | 88 u64 bytes_used; member 209 BTRFS_DEVICE_GETSET_FUNCS(bytes_used);
|
D | block-group.h | 255 int btrfs_make_block_group(struct btrfs_trans_handle *trans, u64 bytes_used,
|
D | ctree.h | 209 __le64 bytes_used; member 246 __le64 bytes_used; member 1539 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64); 1555 bytes_used, 64); 2099 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64); 2169 bytes_used, 64); 2283 bytes_used, 64);
|
D | volumes.c | 3055 if (device->bytes_used > 0) { in btrfs_remove_chunk() 3058 device->bytes_used - dev_extent_len); in btrfs_remove_chunk() 3235 u64 bytes_used; in btrfs_may_alloc_data_chunk() local 3247 bytes_used = fs_info->data_sinfo->bytes_used; in btrfs_may_alloc_data_chunk() 3250 if (!bytes_used) { in btrfs_may_alloc_data_chunk() 5027 if (device->total_bytes > device->bytes_used) in gather_device_info() 5028 total_avail = device->total_bytes - device->bytes_used; in gather_device_info() 5217 dev->bytes_used + ctl->stripe_size); in create_chunk() 6803 device->bytes_used = btrfs_device_bytes_used(leaf, dev_item); in fill_device_from_item() 6804 device->commit_bytes_used = device->bytes_used; in fill_device_from_item() [all …]
|
D | sysfs.c | 631 SPACE_INFO_ATTR(bytes_used); 644 BTRFS_ATTR_PTR(space_info, bytes_used),
|
D | super.c | 2117 avail_space = device->total_bytes - device->bytes_used; in btrfs_calc_avail_data_space()
|
D | ioctl.c | 3423 di_args->bytes_used = btrfs_device_get_bytes_used(dev); in btrfs_ioctl_dev_info()
|
D | extent-tree.c | 5745 if (device->total_bytes <= device->bytes_used) in btrfs_trim_free_extents()
|
/fs/ntfs/ |
D | layout.h | 2135 le64 bytes_used; /* How many bytes of the quota are in use. */ member
|