Searched refs:pattern_fill (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/fs/doio/include/ |
H A D | pattern.h | 64 * pattern_fill(buf, buflen, pat, patlen, patshift) 77 * pattern_fill always returns 0 - no validation of arguments is done. 88 int pattern_fill( char * , int , char * , int , int );
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | pattern.c | 101 int pattern_fill(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_fill() function
|
H A D | doio.c | 1658 /*pattern_fill(Memptr, nbytes, Pattern, Pattern_Length, 0); */ in do_write() 2361 /*pattern_fill(Memptr, nbytes, Pattern, Pattern_Length, 0); */ in do_ssdio() 3170 /*pattern_fill(Memptr, mem_needed, Pattern, Pattern_Length, 0); */ in do_rw() 3640 return pattern_fill(addr, mem_needed, Pattern, Pattern_Length, 0); in doio_pat_fill()
|
Completed in 7 milliseconds