Lines Matching refs:ctl_dir
33 static void set_empty_dir(struct ctl_dir *dir) in set_empty_dir()
38 static void clear_empty_dir(struct ctl_dir *dir) in clear_empty_dir()
79 static void sysctl_print_dir(struct ctl_dir *dir) in sysctl_print_dir()
103 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
207 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header()
331 struct ctl_dir *dir, in lookup_entry()
359 static void first_entry(struct ctl_dir *dir, in first_entry()
481 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
487 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
489 p = lookup_entry(&h, ctl_dir, name->name, name->len); in proc_sys_lookup()
697 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
703 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
710 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
862 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
873 return container_of(head, struct ctl_dir, header); in find_subdir()
876 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
880 struct ctl_dir *new; in new_dir()
914 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
918 struct ctl_dir *subdir, *new = NULL; in get_subdir()
964 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
966 struct ctl_dir *parent; in xlate_dir()
984 struct ctl_dir *dir; in sysctl_follow_link()
1057 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table *table, in new_links()
1100 static bool get_links(struct ctl_dir *dir, in get_links()
1131 struct ctl_dir *core_parent = NULL; in insert_links()
1218 struct ctl_dir *dir; in __register_sysctl_table()
1512 struct ctl_dir *parent = header->parent; in put_links()
1513 struct ctl_dir *core_parent; in put_links()
1544 struct ctl_dir *parent = header->parent; in drop_sysctl_table()