Home
last modified time | relevance | path

Searched refs:rdonly_fd_iocb (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/io_submit/
Dio_submit03.c41 static struct iocb rdonly_fd_iocb; variable
42 static struct iocb *rdonly_fd_iocbs[] = {&rdonly_fd_iocb};
87 io_prep_option(&rdonly_fd_iocb, rdonly_fd, buf, sizeof(buf), 0, IOCB_CMD_PWRITE); in setup()
Dio_submit01.c41 static struct iocb rdonly_fd_iocb; variable
42 static struct iocb *rdonly_fd_iocbs[] = {&rdonly_fd_iocb};
91 io_prep_pwrite(&rdonly_fd_iocb, rdonly_fd, buf, sizeof(buf), 0); in setup()