fd_prot_file      498 drivers/target/target_core_file.c 	struct file *prot_fd = fd_dev->fd_prot_file;
fd_prot_file      601 drivers/target/target_core_file.c 	struct file *pfile = fd_dev->fd_prot_file;
fd_prot_file      867 drivers/target/target_core_file.c 	fd_dev->fd_prot_file = prot_file;
fd_prot_file      904 drivers/target/target_core_file.c 	if (!fd_dev->fd_prot_file)
fd_prot_file      907 drivers/target/target_core_file.c 	filp_close(fd_dev->fd_prot_file, NULL);
fd_prot_file      908 drivers/target/target_core_file.c 	fd_dev->fd_prot_file = NULL;
fd_prot_file       41 drivers/target/target_core_file.h 	struct file	*fd_prot_file;