Searched refs:UTIL_isBlockDevStat (Results 1 – 3 of 3) sorted by relevance
155 int UTIL_isBlockDevStat(const stat_t* statbuf);
269 int UTIL_isBlockDevStat(const stat_t* statbuf) in UTIL_isBlockDevStat() function
630 && !(allowBlockDevices && UTIL_isBlockDevStat(&statbuf)) in FIO_openSrcFile()