Home
last modified time | relevance | path

Searched refs:pattern_fill (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/fs/doio/include/
Dpattern.h88 int pattern_fill( char * , int , char * , int , int );
/third_party/ltp/testcases/kernel/fs/doio/
Dpattern.c101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_fill() function
Ddoio.c3640 return pattern_fill(addr, mem_needed, Pattern, Pattern_Length, 0); in doio_pat_fill()