Searched refs:pattern_check (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/fs/doio/include/ |
D | pattern.h | 61 int pattern_check( char * , int , char * , int , int );
|
/external/ltp/testcases/kernel/fs/doio/ |
D | pattern.c | 40 int pattern_check(char *buf, int buflen, char *pat, int patlen, int patshift) in pattern_check() function
|
D | doio.c | 2393 if (pattern_check(Memptr, nbytes, Pattern, Pattern_Length, 0) == in do_ssdio() 3651 if (pattern_check(buf, length, pattern, pattern_length, patshift) != 0) { in doio_pat_check()
|