Searched refs:f_owner_ex (Results 1 – 12 of 12) sorted by relevance
/external/strace/ |
D | f_owner_ex.h | 34 typedef struct f_owner_ex struct_kernel_f_owner_ex; 38 # error struct f_owner_ex definition not found in <linux/fcntl.h>
|
D | configure.ac | 329 struct f_owner_ex,
|
D | Makefile.am | 133 f_owner_ex.h \
|
D | config.h.in | 1145 /* Define to 1 if the system has the type `struct f_owner_ex'. */
|
D | configure | 10205 ac_fn_c_check_type "$LINENO" "struct f_owner_ex" "ac_cv_type_struct_f_owner_ex" "#include <sys/type…
|
D | Makefile.in | 330 execve.c f_owner_ex.h fadvise.c fallocate.c fanotify.c \ 1355 evdev_mpers.c eventfd.c execve.c f_owner_ex.h fadvise.c \
|
D | ChangeLog | 4248 [TEST_F_OWNER_EX]: Include "f_owner_ex.h". 4257 Introduce f_owner_ex.h. 4258 Some headers define struct f_owner_ex, some struct __kernel_f_owner_ex, 4261 * configure.ac (AC_CHECK_TYPES): Check for "struct f_owner_ex" 4263 * f_owner_ex.h: New file.
|
/external/ltp/m4/ |
D | ltp-fcntl.m4 | 25 AC_MSG_CHECKING([for fcntl f_owner_ex]) 30 struct f_owner_ex tst_own_ex; 35 AC_DEFINE(HAVE_STRUCT_F_OWNER_EX,1,[Define to 1 if you have struct f_owner_ex])
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl31.c | 56 static struct f_owner_ex orig_own_ex; 203 static struct f_owner_ex tst_own_ex; in setownex_tid_test() 225 static struct f_owner_ex tst_own_ex; in setownex_pid_test() 248 static struct f_owner_ex tst_own_ex; in setownex_pgrp_test()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 156 struct f_owner_ex { struct
|
/external/honggfuzz/linux/ |
D | arch.c | 195 const struct f_owner_ex fown = { in arch_prepareParentAfterFork()
|
/external/syzkaller/sys/linux/ |
D | sys.txt | 230 fcntl$getownex(fd fd, cmd const[F_GETOWN_EX], arg ptr[out, f_owner_ex]) 231 fcntl$setownex(fd fd, cmd const[F_SETOWN_EX], arg ptr[in, f_owner_ex]) 890 f_owner_ex {
|