Home
last modified time | relevance | path

Searched refs:loop_device_refresh_size (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/shared/
Dloop-util.h31 int loop_device_refresh_size(LoopDevice *d, uint64_t offset, uint64_t size);
Dloop-util.c907 int loop_device_refresh_size(LoopDevice *d, uint64_t offset, uint64_t size) { in loop_device_refresh_size() function
/systemd-251/src/home/
Dhomework-luks.c3366 r = loop_device_refresh_size(setup->loop, UINT64_MAX, new_partition_size); in home_resize_luks()
3451 r = loop_device_refresh_size(setup->loop, UINT64_MAX, new_partition_size); in home_resize_luks()
/systemd-251/src/partition/
Drepart.c4767 r = loop_device_refresh_size(loop_device, UINT64_MAX, arg_size); in resize_backing_fd()