Lines Matching refs:fops
84 identifier fops;
86 struct file_operations fops = {
91 identifier fops0.fops;
94 struct file_operations fops = {
99 identifier fops0.fops;
102 struct file_operations fops = {
107 identifier fops0.fops;
110 struct file_operations fops = {
115 identifier fops0.fops;
118 struct file_operations fops = {
123 identifier fops0.fops;
126 struct file_operations fops = {
131 identifier fops0.fops;
133 struct file_operations fops = {
137 identifier fops0.fops;
139 struct file_operations fops = {
144 identifier fops0.fops;
147 struct file_operations fops = {
152 identifier fops0.fops;
155 struct file_operations fops = {
160 identifier fops0.fops;
163 struct file_operations fops = {
168 identifier fops0.fops;
171 struct file_operations fops = {
176 identifier fops0.fops;
179 struct file_operations fops = {
188 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
190 identifier fops0.fops;
192 struct file_operations fops = {
206 identifier fops0.fops, openfunc;
210 struct file_operations fops = {
227 fops << fops0.fops;
231 …RROR: %s: .read() can deadlock .write(); change nonseekable_open -> stream_open to fix." % (fops,))
234 fops << fops0.fops;
238 …ad() and .write() have stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))
275 identifier fops0.fops, openfunc;
278 struct file_operations fops = {
294 fops << fops0.fops;
298 …RNING: %s: .read() has stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))
323 identifier fops0.fops, openfunc;
326 struct file_operations fops = {
342 fops << fops0.fops;
346 …NING: %s: .write() has stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))