Lines Matching refs:m
137 static void *fscache_objlist_start(struct seq_file *m, loff_t *_pos) in fscache_objlist_start() argument
147 static void *fscache_objlist_next(struct seq_file *m, void *v, loff_t *_pos) in fscache_objlist_next() argument
156 static void fscache_objlist_stop(struct seq_file *m, void *v) in fscache_objlist_stop() argument
165 static int fscache_objlist_show(struct seq_file *m, void *v) in fscache_objlist_show() argument
167 struct fscache_objlist_data *data = m->private; in fscache_objlist_show()
176 seq_puts(m, "OBJECT PARENT STAT CHLDN OPS OOP IPR EX READS" in fscache_objlist_show()
181 seq_puts(m, " "); in fscache_objlist_show()
183 seq_puts(m, "OBJECT_KEY"); in fscache_objlist_show()
187 seq_puts(m, ", "); in fscache_objlist_show()
189 seq_puts(m, "AUX_DATA"); in fscache_objlist_show()
190 seq_puts(m, "\n"); in fscache_objlist_show()
195 seq_puts(m, "======== ======== ==== ===== === === === == =====" in fscache_objlist_show()
200 seq_puts(m, " ================"); in fscache_objlist_show()
201 seq_puts(m, "\n"); in fscache_objlist_show()
237 seq_printf(m, in fscache_objlist_show()
272 seq_printf(m, "%-16s %s %2lx %16p", in fscache_objlist_show()
295 seq_printf(m, " "); in fscache_objlist_show()
297 seq_printf(m, "%02x", *p++); in fscache_objlist_show()
300 seq_printf(m, ", "); in fscache_objlist_show()
302 seq_printf(m, "%02x", *p++); in fscache_objlist_show()
308 seq_printf(m, "<no_cookie>\n"); in fscache_objlist_show()
310 seq_printf(m, "\n"); in fscache_objlist_show()
391 struct seq_file *m; in fscache_objlist_open() local
398 m = file->private_data; in fscache_objlist_open()
410 m->private = data; in fscache_objlist_open()
419 struct seq_file *m = file->private_data; in fscache_objlist_release() local
421 kfree(m->private); in fscache_objlist_release()
422 m->private = NULL; in fscache_objlist_release()