Searched refs:new_fops (Results 1 – 1 of 1) sorted by relevance
587 const struct file_operations *new_fops = NULL; in soundcore_open() local600 new_fops = fops_get(s->unit_fops); in soundcore_open()601 if (preclaim_oss && !new_fops) { in soundcore_open()627 new_fops = fops_get(s->unit_fops); in soundcore_open()629 if (new_fops) { in soundcore_open()639 file->f_op = new_fops; in soundcore_open()