Home
last modified time | relevance | path

Searched refs:IN_ONLYDIR (Results 1 – 23 of 23) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h111 #if defined(IN_ONLYDIR) || (defined(HAVE_DECL_IN_ONLYDIR) && HAVE_DECL_IN_ONLYDIR)
113 static_assert((IN_ONLYDIR) == (0x01000000), "IN_ONLYDIR != 0x01000000");
116 # define IN_ONLYDIR 0x01000000
186 XLAT(IN_ONLYDIR),
Dinotify_flags.in16 IN_ONLYDIR 0x01000000
/external/kernel-headers/original/uapi/linux/
Dinotify.h53 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h50 #define IN_ONLYDIR 0x01000000 /* only watch the path if it is a directory */ macro
/external/syzkaller/sys/linux/
Dsys_386.const195 IN_ONLYDIR = 16777216
Dsys_amd64.const195 IN_ONLYDIR = 16777216
Dsys_ppc64le.const195 IN_ONLYDIR = 16777216
Dsys_arm.const195 IN_ONLYDIR = 16777216
Dsys_arm64.const195 IN_ONLYDIR = 16777216
Dsys.txt981 …VED_FROM, IN_MOVED_TO, IN_OPEN, IN_DONT_FOLLOW, IN_EXCL_UNLINK, IN_MASK_ADD, IN_ONESHOT, IN_ONLYDIR
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc302 IN_ONLYDIR); in AddWatch()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go582 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_mips64le.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_ppc64.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_arm.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_mips64.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_ppc64le.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_arm64.go716 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_386.go714 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_mips.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_s390x.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_mipsle.go713 IN_ONLYDIR = 0x1000000 const
Dzerrors_linux_amd64.go714 IN_ONLYDIR = 0x1000000 const