no_open_fops      134 fs/inode.c     	static const struct file_operations no_open_fops = {.open = no_open};
no_open_fops      143 fs/inode.c     	inode->i_fop = &no_open_fops;