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