Lines Matching defs:head

28 static bool is_empty_dir(struct ctl_table_header *head)  in is_empty_dir()
105 struct ctl_table_header *head; in find_entry() local
133 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
172 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
179 static void init_header(struct ctl_table_header *head, in init_header()
200 static void erase_header(struct ctl_table_header *head) in erase_header()
287 static void sysctl_head_get(struct ctl_table_header *head) in sysctl_head_get()
294 void sysctl_head_put(struct ctl_table_header *head) in sysctl_head_put()
302 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
312 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
334 struct ctl_table_header *head; in lookup_entry() local
362 struct ctl_table_header *head = NULL; in first_entry() local
379 struct ctl_table_header *head = *phead; in next_entry() local
417 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm()
431 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode()
466 struct ctl_table_header *head = PROC_I(inode)->sysctl; in grab_header() local
475 struct ctl_table_header *head = grab_header(dir); in proc_sys_lookup() local
520 struct ctl_table_header *head = grab_header(inode); in proc_sys_call_handler() local
566 struct ctl_table_header *head = grab_header(inode); in proc_sys_open() local
584 struct ctl_table_header *head = grab_header(inode); in proc_sys_poll() local
615 struct ctl_table_header *head, in proc_sys_fill_cache()
653 struct ctl_table_header *head, in proc_sys_link_fill_cache()
672 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan()
694 struct ctl_table_header *head = grab_header(file_inode(file)); in proc_sys_readdir() local
726 struct ctl_table_header *head; in proc_sys_permission() local
768 struct ctl_table_header *head = grab_header(inode); in proc_sys_getattr() local
839 struct ctl_table_header *head; in proc_sys_compare() local
865 struct ctl_table_header *head; in find_subdir() local
980 struct ctl_table_header *head; in sysctl_follow_link() local
1103 struct ctl_table_header *head; in get_links() local
1128 static int insert_links(struct ctl_table_header *head) in insert_links()