Searched refs:fd_file (Results 1 – 7 of 7) sorted by relevance
| /freebsd/tools/regression/security/cap_test/ |
| H A D | cap_test_capmode.c | 66 int fd_close, fd_dir, fd_file, fd_socket, fd2[2]; in test_capmode() local 72 REQUIRE(fd_file = open("/tmp/cap_capmode", O_RDWR|O_CREAT, 0644)); in test_capmode() 113 CHECK_SYSCALL_SUCCEEDS(dup, fd_file); in test_capmode() 114 CHECK_SYSCALL_SUCCEEDS(fstat, fd_file, &sb); in test_capmode() 115 CHECK_SYSCALL_SUCCEEDS(lseek, fd_file, 0, SEEK_SET); in test_capmode() 116 CHECK_SYSCALL_SUCCEEDS(msync, &fd_file, 8192, MS_ASYNC); in test_capmode() 118 CHECK_SYSCALL_SUCCEEDS(read, fd_file, &ch, sizeof(ch)); in test_capmode() 121 CHECK_SYSCALL_SUCCEEDS(write, fd_file, &ch, sizeof(ch)); in test_capmode() 130 CHECK_NOT_CAPMODE(fchflags, fd_file, UF_NODUMP); in test_capmode()
|
| /freebsd/sys/sys/ |
| H A D | aio.h | 148 struct file *fd_file; /* (*) pointer to file structure */ member
|
| /freebsd/sys/compat/linuxkpi/common/include/linux/ |
| H A D | file.h | 187 #define fd_file(fd) ((fd).linux_file) macro
|
| /freebsd/sys/kern/ |
| H A D | vfs_aio.c | 565 if (job->fd_file) in aio_free_entry() 566 fdrop(job->fd_file, curthread); in aio_free_entry() 790 fp = job->fd_file; in aio_process_rw() 849 struct file *fp = job->fd_file; in aio_process_sync() 931 if (job->fd_file != sjob->fd_file || in aio_bio_done_notify() 1234 fp = job->fd_file; in aio_qbio() 1634 job->fd_file = fp; in aio_aqueue() 1818 if (job2->fd_file == job->fd_file && in aio_queue_file()
|
| H A D | sys_socket.c | 625 struct file *fp = job->fd_file; in soaio_process_job() 797 so = job->fd_file->f_data; in soo_aio_cancel()
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_cpl_io.c | 2391 so = job->fd_file->f_data; in jobtotid() 2542 error = mac_socket_check_send(job->fd_file->f_cred, so); in t4_aiotx_process_job() 2756 so = job->fd_file->f_data; in t4_aiotx_cancel()
|
| H A D | t4_ddp.c | 2359 so = job->fd_file->f_data; in aio_ddp_requeue() 2744 struct socket *so = job->fd_file->f_data; in t4_aio_cancel_active() 2785 struct socket *so = job->fd_file->f_data; in t4_aio_cancel_queued()
|