Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c113 #define FT_REG 1 macro
114 #define FT_REGm (1 << FT_REG)
1700 type = rtpct ? ((random() % 100) > rtpct ? FT_REG : FT_RTF) : FT_REG; in creat_f()
/external/e2fsprogs/contrib/
Dfsstress.c140 #define FT_REG 1 macro
141 #define FT_REGm (1 << FT_REG)
1725 type = rtpct ? ((random() % 100) > rtpct ? FT_REG : FT_RTF) : FT_REG; in creat_f()