Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/fs/fsstress/
Dfsstress.c119 #define FT_RTF 4 macro
120 #define FT_RTFm (1 << FT_RTF)
1700 type = rtpct ? ((random() % 100) > rtpct ? FT_REG : FT_RTF) : FT_REG; in creat_f()
1701 if (type == FT_RTF) in creat_f()
/external/e2fsprogs/contrib/
Dfsstress.c146 #define FT_RTF 4 macro
147 #define FT_RTFm (1 << FT_RTF)
1725 type = rtpct ? ((random() % 100) > rtpct ? FT_REG : FT_RTF) : FT_REG; in creat_f()
1726 if (type == FT_RTF) in creat_f()