Searched refs:old_size (Results 51 - 56 of 56) sorted by relevance

123

/linux-master/fs/btrfs/
H A Dvolumes.c4982 u64 old_size = btrfs_device_get_total_bytes(device); local
4989 diff = round_down(old_size - new_size, fs_info->sectorsize);
5015 * old_size - used. If used > new_size then just subtract this
5019 free_diff = (old_size - device->bytes_used) -
5022 free_diff = old_size - device->bytes_used;
5157 btrfs_device_set_total_bytes(device, old_size);
H A Dsend.c6690 u64 old_size; local
6695 old_size = info.size;
6707 if ((old_size == sctx->cur_inode_size) ||
6708 (sctx->cur_inode_size > old_size &&
H A Dinode.c2342 u64 new_size, old_size; local
2382 old_size = other->end - other->start + 1;
2383 num_extents = count_max_extents(fs_info, old_size);
2384 old_size = new->end - new->start + 1;
2385 num_extents += count_max_extents(fs_info, old_size);
/linux-master/net/ceph/
H A Dosdmap.c2322 int old_size,
2336 old_size != new_size ||
2318 ceph_is_new_interval(const struct ceph_osds *old_acting, const struct ceph_osds *new_acting, const struct ceph_osds *old_up, const struct ceph_osds *new_up, int old_size, int new_size, int old_min_size, int new_min_size, u32 old_pg_num, u32 new_pg_num, bool old_sort_bitwise, bool new_sort_bitwise, bool old_recovery_deletes, bool new_recovery_deletes, const struct ceph_pg *pgid) argument
/linux-master/fs/ubifs/
H A Ddebug.c523 (unsigned long long)le64_to_cpu(trun->old_size));
/linux-master/fs/f2fs/
H A Dfile.c997 loff_t old_size = i_size_read(inode); local
1014 if (attr->ia_size <= old_size)

Completed in 387 milliseconds

123