Lines Matching defs:head
40 static bool is_empty_dir(struct ctl_table_header *head) in is_empty_dir()
117 struct ctl_table_header *head; in find_entry() local
145 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
184 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
191 static void init_header(struct ctl_table_header *head, in init_header()
213 static void erase_header(struct ctl_table_header *head) in erase_header()
275 static void proc_sys_invalidate_dcache(struct ctl_table_header *head) in proc_sys_invalidate_dcache()
311 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
321 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
343 struct ctl_table_header *head; in lookup_entry() local
371 struct ctl_table_header *head = NULL; in first_entry() local
388 struct ctl_table_header *head = *phead; in next_entry() local
422 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm()
436 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode()
486 void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) in proc_sys_evict_inode()
497 struct ctl_table_header *head = PROC_I(inode)->sysctl; in grab_header() local
506 struct ctl_table_header *head = grab_header(dir); in proc_sys_lookup() local
551 struct ctl_table_header *head = grab_header(inode); in proc_sys_call_handler() local
625 struct ctl_table_header *head = grab_header(inode); in proc_sys_open() local
643 struct ctl_table_header *head = grab_header(inode); in proc_sys_poll() local
674 struct ctl_table_header *head, in proc_sys_fill_cache()
723 struct ctl_table_header *head, in proc_sys_link_fill_cache()
742 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan()
764 struct ctl_table_header *head = grab_header(file_inode(file)); in proc_sys_readdir() local
797 struct ctl_table_header *head; in proc_sys_permission() local
840 struct ctl_table_header *head = grab_header(inode); in proc_sys_getattr() local
913 struct ctl_table_header *head; in proc_sys_compare() local
939 struct ctl_table_header *head; in find_subdir() local
1054 struct ctl_table_header *head; in sysctl_follow_link() local
1200 struct ctl_table_header *head; in get_links() local
1225 static int insert_links(struct ctl_table_header *head) in insert_links()