• Home
  • Raw
  • Download

Lines Matching refs:m

25 static void show_fdinfo(struct seq_file *m, struct file *f,  in show_fdinfo()  argument
26 void (*show)(struct seq_file *m, in show_fdinfo() argument
34 show(m, mark); in show_fdinfo()
35 if (seq_has_overflowed(m)) in show_fdinfo()
42 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
62 seq_printf(m, "fhandle-bytes:%x fhandle-type:%x f_handle:", in show_mark_fhandle()
66 seq_printf(m, "%02x", (int)f.handle.f_handle[i]); in show_mark_fhandle()
69 static void show_mark_fhandle(struct seq_file *m, struct inode *inode) in show_mark_fhandle() argument
76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo() argument
94 seq_printf(m, "inotify wd:%x ino:%lx sdev:%x mask:%x ignored_mask:%x ", in inotify_fdinfo()
97 show_mark_fhandle(m, inode); in inotify_fdinfo()
98 seq_putc(m, '\n'); in inotify_fdinfo()
103 void inotify_show_fdinfo(struct seq_file *m, struct file *f) in inotify_show_fdinfo() argument
105 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo()
112 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo() argument
124 seq_printf(m, "fanotify ino:%lx sdev:%x mflags:%x mask:%x ignored_mask:%x ", in fanotify_fdinfo()
127 show_mark_fhandle(m, inode); in fanotify_fdinfo()
128 seq_putc(m, '\n'); in fanotify_fdinfo()
133 seq_printf(m, "fanotify mnt_id:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
138 seq_printf(m, "fanotify sdev:%x mflags:%x mask:%x ignored_mask:%x\n", in fanotify_fdinfo()
143 void fanotify_show_fdinfo(struct seq_file *m, struct file *f) in fanotify_show_fdinfo() argument
147 seq_printf(m, "fanotify flags:%x event-flags:%x\n", in fanotify_show_fdinfo()
150 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()