Lines Matching refs:child
30 return head->ctl_table[0].child == sysctl_mount_point; in is_empty_dir()
35 dir->header.ctl_table[0].child = sysctl_mount_point; in set_empty_dir()
41 dir->header.ctl_table[0].child = NULL; in clear_empty_dir()
618 struct dentry *child, *dir = file->f_path.dentry; in proc_sys_fill_cache() local
628 child = d_lookup(dir, &qname); in proc_sys_fill_cache()
629 if (!child) { in proc_sys_fill_cache()
630 child = d_alloc(dir, &qname); in proc_sys_fill_cache()
631 if (child) { in proc_sys_fill_cache()
634 dput(child); in proc_sys_fill_cache()
637 d_set_d_op(child, &proc_sys_dentry_operations); in proc_sys_fill_cache()
638 d_add(child, inode); in proc_sys_fill_cache()
644 inode = d_inode(child); in proc_sys_fill_cache()
647 dput(child); in proc_sys_fill_cache()
1031 if (table->child) in sysctl_check_table()
1319 if (entry->child) in count_subheaders()
1320 nr_subheaders += count_subheaders(entry->child); in count_subheaders()
1338 if (entry->child) in register_leaf_sysctl_tables()
1355 if (entry->child) in register_leaf_sysctl_tables()
1381 if (!entry->child) in register_leaf_sysctl_tables()
1390 set, entry->child); in register_leaf_sysctl_tables()
1432 while (table->procname && table->child && !table[1].procname) { in __register_sysctl_paths()
1436 table = table->child; in __register_sysctl_paths()