Home
last modified time | relevance | path

Searched refs:seq_ops (Results 1 – 11 of 11) sorted by relevance

/components/dfs/dfs_v2/filesystems/procfs/
A Dproc_tty.c51 static const struct dfs_seq_ops seq_ops = { variable
87 dentry->seq_ops = &seq_ops; in proc_tty_init()
94 dentry->seq_ops = &seq_ops; in proc_tty_init()
A Dproc_filesystems.c67 static const struct dfs_seq_ops seq_ops = { variable
79 dentry->seq_ops = &seq_ops; in proc_filesystems_init()
A Dproc_mounts.c83 static const struct dfs_seq_ops seq_ops = { variable
95 dentry->seq_ops = &seq_ops; in proc_mounts_init()
A Dproc_net.c83 static const struct dfs_seq_ops seq_ops = { variable
103 dentry->seq_ops = &seq_ops; in proc_net_init()
A Dproc.c157 … struct dfs_seq_ops *seq_ops = (struct dfs_seq_ops *)rt_calloc(1, sizeof(struct dfs_seq_ops)); in proc_open() local
158 if (seq_ops) in proc_open()
162 seq_ops->start = single_start; in proc_open()
163 seq_ops->next = single_next; in proc_open()
164 seq_ops->stop = single_stop; in proc_open()
165 seq_ops->show = entry->single_show; in proc_open()
167 ret = dfs_seq_open(file, seq_ops); in proc_open()
170 rt_free(seq_ops); in proc_open()
176 return dfs_seq_open(file, entry->seq_ops); in proc_open()
A Dproc_cpuinfo.c50 static const struct dfs_seq_ops seq_ops = { variable
59 return &seq_ops; in cpuinfo_get_seq_ops()
A Dproc_partitions.c197 static const struct dfs_seq_ops seq_ops = { variable
209 dentry->seq_ops = &seq_ops; in proc_partitions_init()
A Dproc_stat.c78 static const struct dfs_seq_ops seq_ops = { variable
87 return &seq_ops; in stat_get_seq_ops()
A Dproc_devices.c289 static const struct dfs_seq_ops seq_ops = { variable
301 dentry->seq_ops = &seq_ops; in proc_devices_init()
A Dproc_pid.c36 const struct dfs_seq_ops *seq_ops; member
416 if (pid_dentry_base[j].seq_ops) in proc_pid()
418 ent->seq_ops = pid_dentry_base[j].seq_ops; in proc_pid()
A Dproc.h40 const struct dfs_seq_ops *seq_ops; member

Completed in 14 milliseconds