Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dsleep-config.h51 int read_fiemap(int fd, struct fiemap **ret);
Dsleep-config.c259 r = read_fiemap(fd, &fiemap); in calculate_swap_file_offset()
514 int read_fiemap(int fd, struct fiemap **ret) { in read_fiemap() function
/systemd-251/src/test/
Dtest-sleep.c55 r = read_fiemap(fd, &fiemap); in test_fiemap_one()