Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/io/disktest/
Dparse.h37 #define IS_BLK(x) (_S_IFCHR & x) macro
54 #define IS_BLK(x) S_ISBLK(x) macro
Dparse.c818 } else if (IS_BLK(stat_buf.st_mode)) { in make_assumptions()
1089 if ((args->flags & CLD_FLG_BLK) && !IS_BLK(stat_buf.st_mode)) { in check_conclusions()