Searched refs:pattern_fill (Results 1 – 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/ |
D | pattern.h | 88 int pattern_fill( char * , int , char * , int , int );
|
/third_party/ltp/testcases/kernel/fs/doio/ |
D | pattern.c | 101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_fill() function
|
D | doio.c | 3640 return pattern_fill(addr, mem_needed, Pattern, Pattern_Length, 0); in doio_pat_fill()
|