Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/target/
A Dtarget_core_file.h41 struct file *fd_prot_file; member
A Dtarget_core_file.c487 struct file *prot_fd = fd_dev->fd_prot_file; in fd_do_prot_fill()
590 struct file *pfile = fd_dev->fd_prot_file; in fd_execute_rw_buffered()
856 fd_dev->fd_prot_file = prot_file; in fd_init_prot()
892 if (!fd_dev->fd_prot_file) in fd_free_prot()
895 filp_close(fd_dev->fd_prot_file, NULL); in fd_free_prot()
896 fd_dev->fd_prot_file = NULL; in fd_free_prot()

Completed in 4 milliseconds