Searched refs:dfs_seq_ops (Results 1 – 13 of 13) sorted by relevance
16 struct dfs_seq_ops;34 const struct dfs_seq_ops *ops; /* Operation function table */42 struct dfs_seq_ops struct66 int dfs_seq_open(struct dfs_file *file, const struct dfs_seq_ops *ops); argument
50 static const struct dfs_seq_ops seq_ops = {57 rt_weak const struct dfs_seq_ops *cpuinfo_get_seq_ops(void) in cpuinfo_get_seq_ops()
78 static const struct dfs_seq_ops seq_ops = {85 rt_weak const struct dfs_seq_ops *stat_get_seq_ops(void) in stat_get_seq_ops()
67 static const struct dfs_seq_ops seq_ops = {
51 static const struct dfs_seq_ops seq_ops = {
83 static const struct dfs_seq_ops seq_ops = {
40 const struct dfs_seq_ops *seq_ops;
157 … struct dfs_seq_ops *seq_ops = (struct dfs_seq_ops *)rt_calloc(1, sizeof(struct dfs_seq_ops)); in proc_open()
197 static const struct dfs_seq_ops seq_ops = {
289 static const struct dfs_seq_ops seq_ops = {
36 const struct dfs_seq_ops *seq_ops;
55 int dfs_seq_open(struct dfs_file *file, const struct dfs_seq_ops *ops) in dfs_seq_open()
Completed in 14 milliseconds