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 = {
138 identifier fops0.fops;
140 struct file_operations fops = {
145 identifier fops0.fops;
148 struct file_operations fops = {
153 identifier fops0.fops;
156 struct file_operations fops = {
161 identifier fops0.fops;
164 struct file_operations fops = {
169 identifier fops0.fops;
172 struct file_operations fops = {
177 identifier fops0.fops;
180 struct file_operations fops = {
189 // XXX maybe_steam.fops cannot be used in other rules - it gives "bad rule maybe_stream or bad vari…
191 identifier fops0.fops;
193 struct file_operations fops = {
207 identifier fops0.fops, openfunc;
211 struct file_operations fops = {
228 fops << fops0.fops;
232 …RROR: %s: .read() can deadlock .write(); change nonseekable_open -> stream_open to fix." % (fops,))
235 fops << fops0.fops;
239 …ad() and .write() have stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))
276 identifier fops0.fops, openfunc;
279 struct file_operations fops = {
295 fops << fops0.fops;
299 …RNING: %s: .read() has stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))
324 identifier fops0.fops, openfunc;
327 struct file_operations fops = {
343 fops << fops0.fops;
347 …NING: %s: .write() has stream semantic; safe to change nonseekable_open -> stream_open." % (fops,))