Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dsleep-config.c516 struct stat statinfo; in read_fiemap() local
521 if (fstat(fd, &statinfo) < 0) in read_fiemap()
523 if (!S_ISREG(statinfo.st_mode)) in read_fiemap()
525 fiemap_length = statinfo.st_size; in read_fiemap()