Home
last modified time | relevance | path

Searched refs:old_fops (Results 1 – 2 of 2) sorted by relevance

/sound/core/
Dsound.c156 const struct file_operations *old_fops; in snd_open() local
170 old_fops = file->f_op; in snd_open()
173 file->f_op = old_fops; in snd_open()
184 file->f_op = fops_get(old_fops); in snd_open()
187 fops_put(old_fops); in snd_open()
/sound/
Dsound_core.c638 const struct file_operations *old_fops = file->f_op; in soundcore_open() local
647 file->f_op = fops_get(old_fops); in soundcore_open()
650 fops_put(old_fops); in soundcore_open()