Searched refs:ctl_dir (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/fs/proc/ |
D | proc_sysctl.c | 56 static void sysctl_print_dir(struct ctl_dir *dir) in sysctl_print_dir() 80 struct ctl_dir *dir, const char *name, int namelen) in find_entry() 185 static int insert_header(struct ctl_dir *dir, struct ctl_table_header *header) in insert_header() 297 struct ctl_dir *dir, in lookup_entry() 325 static void first_entry(struct ctl_dir *dir, in first_entry() 444 struct ctl_dir *ctl_dir; in proc_sys_lookup() local 450 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_lookup() 452 p = lookup_entry(&h, ctl_dir, name->name, name->len); in proc_sys_lookup() 662 struct ctl_dir *ctl_dir; in proc_sys_readdir() local 669 ctl_dir = container_of(head, struct ctl_dir, header); in proc_sys_readdir() [all …]
|
/linux-3.4.99/include/linux/ |
D | sysctl.h | 942 struct ctl_dir; 1049 struct ctl_dir *parent; 1053 struct ctl_dir { struct 1061 struct ctl_dir dir; argument
|