Searched refs:prot_file (Results 1 – 1 of 1) sorted by relevance
834 struct file *prot_file, *file = fd_dev->fd_file; in fd_init_prot() local857 prot_file = filp_open(buf, flags, 0600); in fd_init_prot()858 if (IS_ERR(prot_file)) { in fd_init_prot()860 ret = PTR_ERR(prot_file); in fd_init_prot()863 fd_dev->fd_prot_file = prot_file; in fd_init_prot()