Searched refs:seq_ops (Results 1 – 11 of 11) sorted by relevance
51 static const struct dfs_seq_ops seq_ops = { variable87 dentry->seq_ops = &seq_ops; in proc_tty_init()94 dentry->seq_ops = &seq_ops; in proc_tty_init()
67 static const struct dfs_seq_ops seq_ops = { variable79 dentry->seq_ops = &seq_ops; in proc_filesystems_init()
83 static const struct dfs_seq_ops seq_ops = { variable95 dentry->seq_ops = &seq_ops; in proc_mounts_init()
83 static const struct dfs_seq_ops seq_ops = { variable103 dentry->seq_ops = &seq_ops; in proc_net_init()
157 … struct dfs_seq_ops *seq_ops = (struct dfs_seq_ops *)rt_calloc(1, sizeof(struct dfs_seq_ops)); in proc_open() local158 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()
50 static const struct dfs_seq_ops seq_ops = { variable59 return &seq_ops; in cpuinfo_get_seq_ops()
197 static const struct dfs_seq_ops seq_ops = { variable209 dentry->seq_ops = &seq_ops; in proc_partitions_init()
78 static const struct dfs_seq_ops seq_ops = { variable87 return &seq_ops; in stat_get_seq_ops()
289 static const struct dfs_seq_ops seq_ops = { variable301 dentry->seq_ops = &seq_ops; in proc_devices_init()
36 const struct dfs_seq_ops *seq_ops; member416 if (pid_dentry_base[j].seq_ops) in proc_pid()418 ent->seq_ops = pid_dentry_base[j].seq_ops; in proc_pid()
40 const struct dfs_seq_ops *seq_ops; member
Completed in 14 milliseconds