Home
last modified time | relevance | path

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

/external/strace/xlat/
Dinotify_flags.h76 #if defined(IN_DELETE_SELF) || (defined(HAVE_DECL_IN_DELETE_SELF) && HAVE_DECL_IN_DELETE_SELF)
78 static_assert((IN_DELETE_SELF) == (0x00000400), "IN_DELETE_SELF != 0x00000400");
81 # define IN_DELETE_SELF 0x00000400
181 XLAT(IN_DELETE_SELF),
Dinotify_flags.in11 IN_DELETE_SELF 0x00000400
/external/kernel-headers/original/uapi/linux/
Dinotify.h40 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h37 #define IN_DELETE_SELF 0x00000400 /* Self was deleted */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify04.c136 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
159 event_set[test_cnt].mask = IN_DELETE_SELF; in verify_inotify()
/external/syzkaller/sys/linux/
Dsys_386.const185 IN_DELETE_SELF = 1024
Dsys_amd64.const185 IN_DELETE_SELF = 1024
Dsys_ppc64le.const185 IN_DELETE_SELF = 1024
Dsys_arm.const185 IN_DELETE_SELF = 1024
Dsys_arm64.const185 IN_DELETE_SELF = 1024
Dsys.txt981 …, IN_ATTRIB, IN_CLOSE_WRITE, IN_CLOSE_NOWRITE, IN_CREATE, IN_DELETE, IN_DELETE_SELF, IN_MODIFY, IN…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go568 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_mips64le.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_ppc64.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_arm.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_mips64.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_ppc64le.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_arm64.go702 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_386.go700 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_mips.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_s390x.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_mipsle.go699 IN_DELETE_SELF = 0x400 const
Dzerrors_linux_amd64.go700 IN_DELETE_SELF = 0x400 const