Lines Matching refs:m

23 static void show_fdinfo(struct seq_file *m, struct file *f,  in show_fdinfo()  argument
24 void (*show)(struct seq_file *m, in show_fdinfo() argument
32 show(m, mark); in show_fdinfo()
33 if (seq_has_overflowed(m)) in show_fdinfo()
40 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
60 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:", in show_mark_fhandle()
64 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
67 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
74 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() argument
85 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:%x ", in inotify_fdinfo()
88 show_mark_fhandle(m, inode); in inotify_fdinfo()
89 seq_putc(m, '\n'); in inotify_fdinfo()
94 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
96 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
103 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() argument
118 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
121 show_mark_fhandle(m, inode); in fanotify_fdinfo()
122 seq_putc(m, '\n'); in fanotify_fdinfo()
127 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
132 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
155 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
158 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()