OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_CLOSE_NOWRITE
(Results
1 - 20
of
20
) sorted by null
/bionic/libc/kernel/uapi/linux/
inotify.h
34
#define
IN_CLOSE_NOWRITE
0x00000010
45
#define IN_CLOSE (IN_CLOSE_WRITE |
IN_CLOSE_NOWRITE
)
54
#define IN_ALL_EVENTS (IN_ACCESS | IN_MODIFY | IN_ATTRIB | IN_CLOSE_WRITE |
IN_CLOSE_NOWRITE
| IN_OPEN | IN_MOVED_FROM | IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | IN_MOVE_SELF)
/external/kernel-headers/original/uapi/linux/
inotify.h
34
#define
IN_CLOSE_NOWRITE
0x00000010 /* Unwrittable file closed */
49
#define IN_CLOSE (IN_CLOSE_WRITE |
IN_CLOSE_NOWRITE
) /* close */
67
IN_CLOSE_NOWRITE
| IN_OPEN | IN_MOVED_FROM | \
/external/strace/xlat/
inotify_flags.h
34
#if defined(
IN_CLOSE_NOWRITE
) || (defined(HAVE_DECL_IN_CLOSE_NOWRITE) && HAVE_DECL_IN_CLOSE_NOWRITE)
36
static_assert((
IN_CLOSE_NOWRITE
) == (0x00000010), "
IN_CLOSE_NOWRITE
!= 0x00000010");
39
# define
IN_CLOSE_NOWRITE
0x00000010
175
XLAT(
IN_CLOSE_NOWRITE
),
/external/ltp/testcases/kernel/syscalls/utils/
inotify.h
31
#define
IN_CLOSE_NOWRITE
0x00000010 /* Unwrittable file closed */
46
#define IN_CLOSE (IN_CLOSE_WRITE |
IN_CLOSE_NOWRITE
) /* close */
62
IN_CLOSE_NOWRITE
| IN_OPEN | IN_MOVED_FROM | \
/external/ltp/testcases/kernel/syscalls/inotify/
inotify01.c
89
event_set[test_cnt] =
IN_CLOSE_NOWRITE
;
/device/google/bonito/usb/
UsbGadget.cpp
74
if (i->mask &
IN_CLOSE_NOWRITE
) ALOGE("
IN_CLOSE_NOWRITE
");
/device/google/crosshatch/usb/
UsbGadget.cpp
74
if (i->mask &
IN_CLOSE_NOWRITE
) ALOGE("
IN_CLOSE_NOWRITE
");
/device/google/wahoo/usb/
UsbGadget.cpp
73
if (i->mask &
IN_CLOSE_NOWRITE
) ALOGE("
IN_CLOSE_NOWRITE
");
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go
564
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_386.go
696
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_amd64.go
696
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_arm.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_arm64.go
698
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_mips.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_mips64.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_mips64le.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_mipsle.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_ppc64.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_ppc64le.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
zerrors_linux_s390x.go
695
IN_CLOSE_NOWRITE
= 0x10
[
all
...]
Completed in 2300 milliseconds