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()
112 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
217 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header()
337 struct ctl_dir *dir, in lookup_entry()
365 static void first_entry(struct ctl_dir *dir, in first_entry()
509 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
515 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
517 p = lookup_entry(&h, ctl_dir, name->name, name->len); in proc_sys_lookup()
764 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
770 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
777 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
933 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
944 return container_of(head, struct ctl_dir, header); in find_subdir()
947 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
951 struct ctl_dir *new; in new_dir()
985 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
989 struct ctl_dir *subdir, *new = NULL; in get_subdir()
1035 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1037 struct ctl_dir *parent; in xlate_dir()
1055 struct ctl_dir *dir; in sysctl_follow_link()
1145 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table *table, in new_links()
1188 static bool get_links(struct ctl_dir *dir, in get_links()
1219 struct ctl_dir *core_parent = NULL; in insert_links()
1306 struct ctl_dir *dir; in __register_sysctl_table()
1600 struct ctl_dir *parent = header->parent; in put_links()
1601 struct ctl_dir *core_parent; in put_links()
1632 struct ctl_dir *parent = header->parent; in drop_sysctl_table()