Searched refs:statinfo (Results 1 – 1 of 1) sorted by relevance
516 struct stat statinfo; in read_fiemap() local521 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()