Lines Matching refs:inotify
10 * Test special inotify mask flags.
13 * a32e697cda27 ("inotify: show inotify mask flags in proc fdinfo")
26 #include "inotify.h"
29 #include <sys/inotify.h>
81 if (FILE_LINES_SCANF(procfdinfo, "inotify wd:%*d ino:%*x sdev:%*x mask:%x",
83 tst_res(TFAIL, "Could not parse inotify fdinfo");
85 tst_res(TFAIL, "Incorrect mask %x in inotify fdinfo (expected %x)",
88 tst_res(TPASS, "Correct mask in inotify fdinfo");
167 TST_TEST_TCONF("system doesn't have required inotify support");