Lines Matching refs:m
24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() argument
25 void (*show)(struct seq_file *m, in show_fdinfo() argument
33 show(m, mark); in show_fdinfo()
34 if (seq_has_overflowed(m)) in show_fdinfo()
41 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
61 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:", in show_mark_fhandle()
65 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
68 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
75 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() argument
86 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:0 ", in inotify_fdinfo()
89 show_mark_fhandle(m, inode); in inotify_fdinfo()
90 seq_putc(m, '\n'); in inotify_fdinfo()
95 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
97 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
104 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() argument
116 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
119 show_mark_fhandle(m, inode); in fanotify_fdinfo()
120 seq_putc(m, '\n'); in fanotify_fdinfo()
125 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
130 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
156 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
159 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()