Home
last modified time | relevance | path

Searched refs:bytes_used (Results 1 – 13 of 13) sorted by relevance

/fs/squashfs/
Dsuper.c110 msblk->bytes_used = sizeof(*sblk); in squashfs_fill_super()
141 msblk->bytes_used = le64_to_cpu(sblk->bytes_used); in squashfs_fill_super()
142 if (msblk->bytes_used < 0 || msblk->bytes_used > in squashfs_fill_super()
185 TRACE("Filesystem size %lld bytes\n", msblk->bytes_used); in squashfs_fill_super()
227 next_table = msblk->bytes_used; in squashfs_fill_super()
361 buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->block_log) + 1; in squashfs_statfs()
Dblock.c355 if (req->index + 2 > msblk->bytes_used) { in read_metadata_block()
362 if (req->index + req->length > msblk->bytes_used) in read_metadata_block()
363 req->length = msblk->bytes_used - req->index; in read_metadata_block()
Dsquashfs_fs_sb.h76 long long bytes_used; member
Dsquashfs_fs.h258 __le64 bytes_used; member
/fs/btrfs/
Ddev-replace.c170 dev_replace->tgtdev->bytes_used = in btrfs_init_dev_replace()
171 dev_replace->srcdev->bytes_used; in btrfs_init_dev_replace()
570 btrfs_device_set_bytes_used(tgt_device, src_device->bytes_used); in btrfs_dev_replace_finishing()
573 tgt_device->commit_bytes_used = src_device->bytes_used; in btrfs_dev_replace_finishing()
Dextent-tree.c565 u64 bytes_used; in caching_thread() local
569 bytes_used = block_group->key.offset - in caching_thread()
571 block_group->space_info->bytes_used += bytes_used >> 1; in caching_thread()
673 u64 bytes_used; in cache_block_group() local
677 bytes_used = cache->key.offset - in cache_block_group()
679 cache->space_info->bytes_used += bytes_used >> 1; in cache_block_group()
3919 u64 total_bytes, u64 bytes_used, in update_space_info() argument
3939 found->bytes_used += bytes_used; in update_space_info()
3940 found->disk_used += bytes_used * factor; in update_space_info()
3945 bytes_used - bytes_readonly); in update_space_info()
[all …]
Dvolumes.h93 u64 bytes_used; member
220 BTRFS_DEVICE_GETSET_FUNCS(bytes_used);
Dctree.h181 __le64 bytes_used; member
217 __le64 bytes_used; member
386 u64 bytes_used; /* total bytes used, member
1526 BTRFS_SETGET_FUNCS(device_bytes_used, struct btrfs_dev_item, bytes_used, 64);
1542 bytes_used, 64);
2078 BTRFS_SETGET_STACK_FUNCS(root_used, struct btrfs_root_item, bytes_used, 64);
2148 bytes_used, 64);
2262 bytes_used, 64);
2645 struct btrfs_root *root, u64 bytes_used,
Dvolumes.c2597 device->bytes_used = btrfs_device_get_bytes_used(srcdev); in btrfs_init_dev_replace_tgtdev()
2600 device->commit_bytes_used = device->bytes_used; in btrfs_init_dev_replace_tgtdev()
2857 if (device->bytes_used > 0) { in btrfs_remove_chunk()
2860 device->bytes_used - dev_extent_len); in btrfs_remove_chunk()
3490 u64 bytes_used = 0; in __btrfs_balance() local
3651 bytes_used = fs_info->data_sinfo->bytes_used; in __btrfs_balance()
3655 !chunk_reserved && !bytes_used) { in __btrfs_balance()
4708 if (device->total_bytes > device->bytes_used) in __btrfs_alloc_chunk()
4709 total_avail = device->total_bytes - device->bytes_used; in __btrfs_alloc_chunk()
4868 num_bytes = map->stripes[i].dev->bytes_used + stripe_size; in __btrfs_alloc_chunk()
[all …]
Dsysfs.c325 SPACE_INFO_ATTR(bytes_used);
337 BTRFS_ATTR_PTR(bytes_used),
Dsuper.c1970 avail_space = device->total_bytes - device->bytes_used; in btrfs_calc_avail_data_space()
Dioctl.c2842 di_args->bytes_used = btrfs_device_get_bytes_used(dev); in btrfs_ioctl_dev_info()
/fs/ntfs/
Dlayout.h2149 le64 bytes_used; /* How many bytes of the quota are in use. */ member