Lines Matching refs:ctl_table_header
37 struct ctl_table_header;
149 struct ctl_table_header *header;
154 struct ctl_table_header { struct
175 struct ctl_table_header header; argument
187 void (*set_ownership)(struct ctl_table_header *head,
190 int (*permissions)(struct ctl_table_header *head, struct ctl_table *table);
221 struct ctl_table_header *__register_sysctl_table(
224 struct ctl_table_header *__register_sysctl_paths(
227 struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table);
228 struct ctl_table_header *register_sysctl_table(struct ctl_table * table);
229 struct ctl_table_header *register_sysctl_paths(const struct ctl_path *path,
232 void unregister_sysctl_table(struct ctl_table_header * table);
238 extern struct ctl_table_header *register_sysctl_mount_point(const char *path);
266 static inline struct ctl_table_header *register_sysctl_table(struct ctl_table * table) in register_sysctl_table()
275 static inline struct ctl_table_header *register_sysctl_mount_point(const char *path) in register_sysctl_mount_point()
280 static inline struct ctl_table_header *register_sysctl_paths( in register_sysctl_paths()
286 static inline struct ctl_table_header *register_sysctl(const char *path, struct ctl_table *table) in register_sysctl()
291 static inline void unregister_sysctl_table(struct ctl_table_header * table) in unregister_sysctl_table()