Searched refs:new_fops (Results 1 – 2 of 2) 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()630 if (new_fops) { in soundcore_open()636 replace_fops(file, new_fops); in soundcore_open()
156 const struct file_operations *new_fops; in snd_open() local170 new_fops = fops_get(mptr->f_ops); in snd_open()172 if (!new_fops) in snd_open()174 replace_fops(file, new_fops); in snd_open()