Lines Matching defs:head

116 	struct ctl_table_header *head;  in find_entry()  local
144 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
183 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
190 static void init_header(struct ctl_table_header *head, in init_header()
216 static void erase_header(struct ctl_table_header *head) in erase_header()
281 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache()
317 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
327 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
349 struct ctl_table_header *head; in lookup_entry() local
377 struct ctl_table_header *head = NULL; in first_entry() local
394 struct ctl_table_header *head = *phead; in next_entry() local
428 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm()
442 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode()
492 void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) in proc_sys_evict_inode()
503 struct ctl_table_header *head = PROC_I(inode)->sysctl; in grab_header() local
512 struct ctl_table_header *head = grab_header(dir); in proc_sys_lookup() local
557 struct ctl_table_header *head = grab_header(inode); in proc_sys_call_handler() local
631 struct ctl_table_header *head = grab_header(inode); in proc_sys_open() local
649 struct ctl_table_header *head = grab_header(inode); in proc_sys_poll() local
680 struct ctl_table_header *head, in proc_sys_fill_cache()
729 struct ctl_table_header *head, in proc_sys_link_fill_cache()
748 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan()
770 struct ctl_table_header *head = grab_header(file_inode(file)); in proc_sys_readdir() local
804 struct ctl_table_header *head; in proc_sys_permission() local
848 struct ctl_table_header *head = grab_header(inode); in proc_sys_getattr() local
921 struct ctl_table_header *head; in proc_sys_compare() local
947 struct ctl_table_header *head; in find_subdir() local
1061 struct ctl_table_header *head; in sysctl_follow_link() local
1164 static struct ctl_table_header *new_links(struct ctl_dir *dir, struct ctl_table_header *head) in new_links()
1238 static int insert_links(struct ctl_table_header *head) in insert_links()