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
93 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:%x ", in inotify_fdinfo()
96 show_mark_fhandle(m, inode); in inotify_fdinfo()
97 seq_putc(m, '\n'); in inotify_fdinfo()
102 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
104 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
111 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() argument
126 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
129 show_mark_fhandle(m, inode); in fanotify_fdinfo()
130 seq_putc(m, '\n'); in fanotify_fdinfo()
135 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
140 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
163 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
166 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()