Searched refs:CHECK_MARK (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify04.c | 80 #define CHECK_MARK(file, flag, expect, func) check_mark(file, flag, #flag, expect, func) macro 168 CHECK_MARK(".", FAN_MARK_ONLYDIR, 0, NULL); in test01() 171 CHECK_MARK(fname, FAN_MARK_ONLYDIR, -1, NULL); in test01() 174 CHECK_MARK(sname, FAN_MARK_DONT_FOLLOW, 0, test_open_symlink); in test01() 177 CHECK_MARK(sname, 0, 0, test_open_file); in test01()
|
Completed in 4 milliseconds