Searched refs:prot_file (Results 1 – 1 of 1) sorted by relevance
827 struct file *prot_file, *file = fd_dev->fd_file; in fd_init_prot() local850 prot_file = filp_open(buf, flags, 0600); in fd_init_prot()851 if (IS_ERR(prot_file)) { in fd_init_prot()853 ret = PTR_ERR(prot_file); in fd_init_prot()856 fd_dev->fd_prot_file = prot_file; in fd_init_prot()