Searched refs:old_fops (Results 1 – 2 of 2) sorted by relevance
127 const struct file_operations *old_fops; in __snd_open() local153 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()
557 const struct file_operations *old_fops = file->f_op; in soundcore_open() local564 file->f_op = fops_get(old_fops); in soundcore_open()566 fops_put(old_fops); in soundcore_open()