Searched refs:loop_device_make (Results 1 – 5 of 5) sorted by relevance
/systemd-251/src/shared/ |
D | loop-util.h | 22 int loop_device_make(int fd, int open_flags, uint64_t offset, uint64_t size, uint32_t loop_flags, L…
|
D | loop-util.c | 640 int loop_device_make( in loop_device_make() function
|
/systemd-251/src/test/ |
D | test-loop-block.c | 51 r = loop_device_make(fd, O_RDONLY, 0, UINT64_MAX, LO_FLAGS_PARTSCAN, &loop); in thread_func() 217 assert_se(loop_device_make(fd, O_RDWR, 0, UINT64_MAX, LO_FLAGS_PARTSCAN, &loop) >= 0); in run()
|
/systemd-251/src/home/ |
D | homework-luks.c | 1380 r = loop_device_make(setup->image_fd, O_RDWR, offset, size, 0, &setup->loop); in home_setup_luks() 2300 … r = loop_device_make(setup->image_fd, O_RDWR, partition_offset, partition_size, 0, &setup->loop); in home_create_luks()
|
/systemd-251/src/partition/ |
D | repart.c | 2763 r = loop_device_make(whole_fd, O_RDWR, p->offset, p->new_size, 0, &d); in context_copy_blocks() 3012 r = loop_device_make(fd, O_RDWR, p->offset, p->new_size, 0, &d); in context_mkfs()
|