Searched refs:show_fdinfo (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/fs/notify/ |
D | fdinfo.c | 24 static void show_fdinfo(struct seq_file *m, struct file *f, in show_fdinfo() function 104 show_fdinfo(m, f, inotify_fdinfo); in inotify_show_fdinfo() 166 show_fdinfo(m, f, fanotify_fdinfo); in fanotify_show_fdinfo()
|
/Linux-v4.19/fs/proc/ |
D | fd.c | 64 if (file->f_op->show_fdinfo) in seq_show() 65 file->f_op->show_fdinfo(m, file); in seq_show()
|
/Linux-v4.19/include/linux/ |
D | tty_driver.h | 290 void (*show_fdinfo)(struct tty_struct *tty, struct seq_file *m); member
|
D | fs.h | 1756 void (*show_fdinfo)(struct seq_file *m, struct file *f); member
|
/Linux-v4.19/fs/ |
D | eventfd.c | 305 .show_fdinfo = eventfd_show_fdinfo,
|
D | signalfd.c | 254 .show_fdinfo = signalfd_show_fdinfo,
|
D | timerfd.c | 370 .show_fdinfo = timerfd_show,
|
D | eventpoll.c | 973 .show_fdinfo = ep_show_fdinfo,
|
D | userfaultfd.c | 1875 .show_fdinfo = userfaultfd_show_fdinfo,
|
/Linux-v4.19/drivers/staging/android/ |
D | ashmem.c | 850 .show_fdinfo = ashmem_show_fdinfo,
|
/Linux-v4.19/fs/notify/inotify/ |
D | inotify_user.c | 331 .show_fdinfo = inotify_show_fdinfo,
|
/Linux-v4.19/drivers/tty/ |
D | tty_io.c | 472 if (tty && tty->ops && tty->ops->show_fdinfo) in tty_show_fdinfo() 473 tty->ops->show_fdinfo(tty, m); in tty_show_fdinfo() 486 .show_fdinfo = tty_show_fdinfo,
|
D | pty.c | 769 .show_fdinfo = pty_show_fdinfo,
|
/Linux-v4.19/fs/notify/fanotify/ |
D | fanotify_user.c | 443 .show_fdinfo = fanotify_show_fdinfo,
|
/Linux-v4.19/kernel/bpf/ |
D | syscall.c | 398 .show_fdinfo = bpf_map_show_fdinfo, 1149 .show_fdinfo = bpf_prog_show_fdinfo,
|
/Linux-v4.19/drivers/net/ |
D | tun.c | 3275 .show_fdinfo = tun_chr_show_fdinfo,
|
/Linux-v4.19/Documentation/filesystems/ |
D | vfs.txt | 881 void (*show_fdinfo)(struct seq_file *m, struct file *f);
|