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