Home
last modified time | relevance | path

Searched refs:seq_operations (Results 1 – 25 of 41) sorted by relevance

12

/linux-2.4.37.9/include/linux/
Dseq_file.h9 struct seq_operations;
22 struct seq_operations *op;
26 struct seq_operations { struct
33 int seq_open(struct file *, struct seq_operations *); argument
/linux-2.4.37.9/fs/
Dseq_file.c28 int seq_open(struct file *file, struct seq_operations *op) in seq_open()
348 struct seq_operations *op = kmalloc(sizeof(*op), GFP_KERNEL); in single_open()
367 struct seq_operations *op = ((struct seq_file *)file->private_data)->op; in single_release()
/linux-2.4.37.9/fs/proc/
Dproc_misc.c229 extern struct seq_operations cpuinfo_op;
259 extern struct seq_operations partitions_op;
279 extern struct seq_operations ksyms_op;
292 extern struct seq_operations slabinfo_op;
Dbase.c275 extern struct seq_operations proc_pid_maps_op;
294 extern struct seq_operations mounts_op;
/linux-2.4.37.9/crypto/
Dproc.c89 static struct seq_operations crypto_seq_ops = {
/linux-2.4.37.9/arch/mips/kernel/
Dproc.c146 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/mips64/kernel/
Dproc.c146 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/parisc/kernel/
Dsetup.c183 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/cris/kernel/
Dsetup.c286 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/drivers/block/
Dgenhd.c229 struct seq_operations partitions_op = {
/linux-2.4.37.9/drivers/pci/
Dproc.c367 static struct seq_operations proc_bus_pci_devices_op = {
527 static struct seq_operations proc_pci_op = {
/linux-2.4.37.9/arch/sh64/kernel/
Dsetup.c356 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/fs/nfsd/
Dnfsctl.c49 extern struct seq_operations nfs_exports_op;
/linux-2.4.37.9/arch/sparc/kernel/
Dsetup.c519 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/kernel/
Dresource.c70 static struct seq_operations resource_op = {
/linux-2.4.37.9/arch/s390x/kernel/
Dsetup.c548 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/sparc64/kernel/
Dsetup.c693 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/ppc/kernel/
Dsetup.c241 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/m68k/kernel/
Dsetup.c534 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/s390/kernel/
Dsetup.c689 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/sh/kernel/
Dsetup.c569 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/ppc64/kernel/
Dsetup.c309 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/arm/kernel/
Dsetup.c614 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/arch/ia64/kernel/
Dsetup.c569 struct seq_operations cpuinfo_op = {
/linux-2.4.37.9/net/decnet/
Ddn_neigh.c553 static struct seq_operations dn_neigh_seq_ops = {

12