Searched refs:run_fallocate (Results 1 – 3 of 3) sorted by relevance
44 int run_fallocate(int backing_fd, const struct stat *st);
1093 int run_fallocate(int backing_fd, const struct stat *st) { in run_fallocate() function1143 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()
396 q = run_fallocate(setup->image_fd, NULL); in home_setup_done()