Searched refs:prot_fd (Results 1 – 1 of 1) sorted by relevance
266 struct file *prot_fd = dev->fd_prot_file; in fd_do_prot_rw() local296 rc = kernel_write(prot_fd, fd_prot->prot_buf, prot_size, pos); in fd_do_prot_rw()303 rc = kernel_read(prot_fd, pos, fd_prot->prot_buf, prot_size); in fd_do_prot_rw()490 struct file *prot_fd = fd_dev->fd_prot_file; in fd_do_prot_fill() local494 if (!prot_fd) { in fd_do_prot_fill()503 ssize_t ret = kernel_write(prot_fd, buf, len, pos + prot); in fd_do_prot_fill()