prot_file         838 drivers/target/target_core_file.c 	struct file *prot_file, *file = fd_dev->fd_file;
prot_file         861 drivers/target/target_core_file.c 	prot_file = filp_open(buf, flags, 0600);
prot_file         862 drivers/target/target_core_file.c 	if (IS_ERR(prot_file)) {
prot_file         864 drivers/target/target_core_file.c 		ret = PTR_ERR(prot_file);
prot_file         867 drivers/target/target_core_file.c 	fd_dev->fd_prot_file = prot_file;