Home
last modified time | relevance | path

Searched refs:run_fallocate (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/home/
Dhomework-luks.h44 int run_fallocate(int backing_fd, const struct stat *st);
Dhomework-luks.c1093 int run_fallocate(int backing_fd, const struct stat *st) { in run_fallocate() function
1143 return run_fallocate(backing_fd, NULL); in run_fallocate_by_path()
1375 r = run_fallocate(setup->image_fd, &st); in home_setup_luks()
2424 r= run_fallocate(setup->image_fd, NULL /* refresh stat() data */); in home_create_luks()
3404 r = run_fallocate(image_fd, &st); in home_resize_luks()
Dhomework.c396 q = run_fallocate(setup->image_fd, NULL); in home_setup_done()