Lines Matching refs:ctl_dir

42 static void set_empty_dir(struct ctl_dir *dir)  in set_empty_dir()
47 static void clear_empty_dir(struct ctl_dir *dir) in clear_empty_dir()
88 static void sysctl_print_dir(struct ctl_dir *dir) in sysctl_print_dir()
107 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
212 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header()
332 struct ctl_dir *dir, in lookup_entry()
360 static void first_entry(struct ctl_dir *dir, in first_entry()
504 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
510 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
512 p = lookup_entry(&h, ctl_dir, name->name, name->len); in proc_sys_lookup()
759 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
765 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
772 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
931 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
942 return container_of(head, struct ctl_dir, header); in find_subdir()
945 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
949 struct ctl_dir *new; in new_dir()
983 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
987 struct ctl_dir *subdir, *new = NULL; in get_subdir()
1033 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1035 struct ctl_dir *parent; in xlate_dir()
1053 struct ctl_dir *dir; in sysctl_follow_link()
1149 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table *table, in new_links()
1192 static bool get_links(struct ctl_dir *dir, in get_links()
1223 struct ctl_dir *core_parent = NULL; in insert_links()
1310 struct ctl_dir *dir; in __register_sysctl_table()
1604 struct ctl_dir *parent = header->parent; in put_links()
1605 struct ctl_dir *core_parent; in put_links()
1636 struct ctl_dir *parent = header->parent; in drop_sysctl_table()