Lines Matching defs:head

30 static bool is_empty_dir(struct ctl_table_header *head)  in is_empty_dir()
107 struct ctl_table_header *head; in find_entry() local
135 static int insert_entry(struct ctl_table_header *head, struct ctl_table *entry) in insert_entry()
174 static void erase_entry(struct ctl_table_header *head, struct ctl_table *entry) in erase_entry()
181 static void init_header(struct ctl_table_header *head, in init_header()
203 static void erase_header(struct ctl_table_header *head) in erase_header()
265 static void proc_sys_prune_dcache(struct ctl_table_header *head) in proc_sys_prune_dcache()
334 static struct ctl_table_header *sysctl_head_grab(struct ctl_table_header *head) in sysctl_head_grab()
344 static void sysctl_head_finish(struct ctl_table_header *head) in sysctl_head_finish()
366 struct ctl_table_header *head; in lookup_entry() local
394 struct ctl_table_header *head = NULL; in first_entry() local
411 struct ctl_table_header *head = *phead; in next_entry() local
445 static int sysctl_perm(struct ctl_table_header *head, struct ctl_table *table, int op) in sysctl_perm()
459 struct ctl_table_header *head, struct ctl_table *table) in proc_sys_make_inode()
507 void proc_sys_evict_inode(struct inode *inode, struct ctl_table_header *head) in proc_sys_evict_inode()
518 struct ctl_table_header *head = PROC_I(inode)->sysctl; in grab_header() local
527 struct ctl_table_header *head = grab_header(dir); in proc_sys_lookup() local
571 struct ctl_table_header *head = grab_header(inode); in proc_sys_call_handler() local
617 struct ctl_table_header *head = grab_header(inode); in proc_sys_open() local
635 struct ctl_table_header *head = grab_header(inode); in proc_sys_poll() local
666 struct ctl_table_header *head, in proc_sys_fill_cache()
715 struct ctl_table_header *head, in proc_sys_link_fill_cache()
734 static int scan(struct ctl_table_header *head, struct ctl_table *table, in scan()
756 struct ctl_table_header *head = grab_header(file_inode(file)); in proc_sys_readdir() local
789 struct ctl_table_header *head; in proc_sys_permission() local
832 struct ctl_table_header *head = grab_header(inode); in proc_sys_getattr() local
903 struct ctl_table_header *head; in proc_sys_compare() local
929 struct ctl_table_header *head; in find_subdir() local
1044 struct ctl_table_header *head; in sysctl_follow_link() local
1184 struct ctl_table_header *head; in get_links() local
1209 static int insert_links(struct ctl_table_header *head) in insert_links()