Lines Matching refs:ctl_dir

56 static void set_empty_dir(struct ctl_dir *dir)  in set_empty_dir()
61 static void clear_empty_dir(struct ctl_dir *dir) in clear_empty_dir()
102 static void sysctl_print_dir(struct ctl_dir *dir) in sysctl_print_dir()
121 struct ctl_dir *dir, const char *name, int namelen) in find_entry()
230 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header()
350 struct ctl_dir *dir, in lookup_entry()
378 static void first_entry(struct ctl_dir *dir, in first_entry()
522 struct ctl_dir *ctl_dir; in proc_sys_lookup() local
528 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup()
530 p = lookup_entry(&h, ctl_dir, name->name, name->len); in proc_sys_lookup()
777 struct ctl_dir *ctl_dir; in proc_sys_readdir() local
783 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir()
790 for (first_entry(ctl_dir, &h, &entry); h; next_entry(&h, &entry)) { in proc_sys_readdir()
949 static struct ctl_dir *find_subdir(struct ctl_dir *dir, in find_subdir()
960 return container_of(head, struct ctl_dir, header); in find_subdir()
963 static struct ctl_dir *new_dir(struct ctl_table_set *set, in new_dir()
967 struct ctl_dir *new; in new_dir()
1000 static struct ctl_dir *get_subdir(struct ctl_dir *dir, in get_subdir()
1004 struct ctl_dir *subdir, *new = NULL; in get_subdir()
1050 static struct ctl_dir *xlate_dir(struct ctl_table_set *set, struct ctl_dir *dir) in xlate_dir()
1052 struct ctl_dir *parent; in xlate_dir()
1070 struct ctl_dir *dir; in sysctl_follow_link()
1166 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table *table, in new_links()
1211 static bool get_links(struct ctl_dir *dir, in get_links()
1242 struct ctl_dir *core_parent; in insert_links()
1329 struct ctl_dir *dir; in __register_sysctl_table()
1666 struct ctl_dir *parent = header->parent; in put_links()
1667 struct ctl_dir *core_parent; in put_links()
1698 struct ctl_dir *parent = header->parent; in drop_sysctl_table()