Home
last modified time | relevance | path

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

/sound/core/
Dsound.c127 const struct file_operations *old_fops; in __snd_open() local
153 old_fops = file->f_op; in __snd_open()
156 file->f_op = old_fops; in __snd_open()
163 file->f_op = fops_get(old_fops); in __snd_open()
165 fops_put(old_fops); in __snd_open()
/sound/
Dsound_core.c557 const struct file_operations *old_fops = file->f_op; in soundcore_open() local
564 file->f_op = fops_get(old_fops); in soundcore_open()
566 fops_put(old_fops); in soundcore_open()