Searched refs:prot_file (Results 1 – 1 of 1) sorted by relevance
838 struct file *prot_file, *file = fd_dev->fd_file; in fd_init_prot() local861 prot_file = filp_open(buf, flags, 0600); in fd_init_prot()862 if (IS_ERR(prot_file)) { in fd_init_prot()864 ret = PTR_ERR(prot_file); in fd_init_prot()867 fd_dev->fd_prot_file = prot_file; in fd_init_prot()