Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify14.c49 static int ignore_mark_unsupported; variable
255 if (ignore_mark_unsupported && tc->mark.flags & FAN_MARK_IGNORE) { in do_test()
325 ignore_mark_unsupported = fanotify_mark_supported_by_kernel(FAN_MARK_IGNORE_SURV); in do_setup()
Dfanotify09.c76 static int ignore_mark_unsupported; variable
389 if (ignore_mark_unsupported && tc->ignore & FAN_MARK_IGNORE) { in test_fanotify()
485 ignore_mark_unsupported = fanotify_mark_supported_by_kernel(FAN_MARK_IGNORE_SURV); in setup()
Dfanotify10.c78 static int ignore_mark_unsupported; variable
786 if (ignore_mark_unsupported && tst_variant) { in test_fanotify()
881 ignore_mark_unsupported = fanotify_mark_supported_by_kernel(FAN_MARK_IGNORE_SURV); in setup()