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