Home
last modified time | relevance | path

Searched refs:pl_show_header (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-procfs-list.c68 if (procfs_list->pl_show_header != NULL) in procfs_list_seq_show()
69 return (procfs_list->pl_show_header(f)); in procfs_list_seq_show()
243 procfs_list->pl_show_header = show_header; in procfs_list_install()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dprocfs_list.h46 int (*pl_show_header)(struct seq_file *f); member
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dprocfs_list.h48 int (*pl_show_header)(struct seq_file *f); member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_procfs_list.c118 procfs_list->pl_show_header = show_header; in procfs_list_install()