proc_create      2319 arch/x86/kernel/apm_32.c 	proc_create("apm", 0, NULL, &apm_file_ops);
proc_create       427 arch/x86/kernel/cpu/mtrr/if.c 		proc_create("mtrr", S_IWUSR | S_IRUGO, NULL, &mtrr_fops);
proc_create       153 crypto/proc.c  	proc_create("crypto", 0, NULL, &proc_crypto_ops);
proc_create       151 fs/afs/proc.c  	p = proc_create("cells", 0, proc_afs, &afs_proc_cells_fops);
proc_create       155 fs/afs/proc.c  	p = proc_create("rootcell", 0, proc_afs, &afs_proc_rootcell_fops);
proc_create       385 fs/cifs/cifs_debug.c 	proc_create("DebugData", 0, proc_fs_cifs, &cifs_debug_data_proc_fops);
proc_create       388 fs/cifs/cifs_debug.c 	proc_create("Stats", 0, proc_fs_cifs, &cifs_stats_proc_fops);
proc_create       390 fs/cifs/cifs_debug.c 	proc_create("cifsFYI", 0, proc_fs_cifs, &cifsFYI_proc_fops);
proc_create       391 fs/cifs/cifs_debug.c 	proc_create("traceSMB", 0, proc_fs_cifs, &traceSMB_proc_fops);
proc_create       392 fs/cifs/cifs_debug.c 	proc_create("OplockEnabled", 0, proc_fs_cifs, &cifs_oplock_proc_fops);
proc_create       393 fs/cifs/cifs_debug.c 	proc_create("Experimental", 0, proc_fs_cifs,
proc_create       395 fs/cifs/cifs_debug.c 	proc_create("LinuxExtensionsEnabled", 0, proc_fs_cifs,
proc_create       397 fs/cifs/cifs_debug.c 	proc_create("MultiuserMount", 0, proc_fs_cifs,
proc_create       399 fs/cifs/cifs_debug.c 	proc_create("SecurityFlags", 0, proc_fs_cifs,
proc_create       401 fs/cifs/cifs_debug.c 	proc_create("LookupCacheEnabled", 0, proc_fs_cifs,
proc_create        96 fs/jfs/jfs_debug.c 		proc_create(Entries[i].name, 0, base, Entries[i].proc_fops);
proc_create      1515 fs/nfs/client.c 	p = proc_create("servers", S_IFREG|S_IRUGO,
proc_create      1521 fs/nfs/client.c 	p = proc_create("volumes", S_IFREG|S_IRUGO,
proc_create       859 fs/nfsd/nfsctl.c 	entry = proc_create("exports", 0, entry, &exports_operations);
proc_create       140 fs/proc/nommu.c 	proc_create("maps", S_IRUGO, NULL, &proc_nommu_vma_list_operations);
proc_create       890 fs/proc/proc_misc.c 	proc_create("kmsg", S_IRUSR, NULL, &proc_kmsg_operations);
proc_create       893 fs/proc/proc_misc.c 	proc_create("locks", 0, NULL, &proc_locks_operations);
proc_create       895 fs/proc/proc_misc.c 	proc_create("devices", 0, NULL, &proc_devinfo_operations);
proc_create       896 fs/proc/proc_misc.c 	proc_create("cpuinfo", 0, NULL, &proc_cpuinfo_operations);
proc_create       898 fs/proc/proc_misc.c 	proc_create("partitions", 0, NULL, &proc_partitions_operations);
proc_create       900 fs/proc/proc_misc.c 	proc_create("stat", 0, NULL, &proc_stat_operations);
proc_create       901 fs/proc/proc_misc.c 	proc_create("interrupts", 0, NULL, &proc_interrupts_operations);
proc_create       903 fs/proc/proc_misc.c 	proc_create("slabinfo",S_IWUSR|S_IRUGO,NULL,&proc_slabinfo_operations);
proc_create       905 fs/proc/proc_misc.c 	proc_create("slab_allocators", 0, NULL, &proc_slabstats_operations);
proc_create       909 fs/proc/proc_misc.c 	proc_create("vmallocinfo", S_IRUSR, NULL, &proc_vmalloc_operations);
proc_create       911 fs/proc/proc_misc.c 	proc_create("buddyinfo", S_IRUGO, NULL, &fragmentation_file_operations);
proc_create       912 fs/proc/proc_misc.c 	proc_create("pagetypeinfo", S_IRUGO, NULL, &pagetypeinfo_file_ops);
proc_create       913 fs/proc/proc_misc.c 	proc_create("vmstat", S_IRUGO, NULL, &proc_vmstat_file_operations);
proc_create       914 fs/proc/proc_misc.c 	proc_create("zoneinfo", S_IRUGO, NULL, &proc_zoneinfo_file_operations);
proc_create       916 fs/proc/proc_misc.c 	proc_create("diskstats", 0, NULL, &proc_diskstats_operations);
proc_create       919 fs/proc/proc_misc.c 	proc_create("modules", 0, NULL, &proc_modules_operations);
proc_create       922 fs/proc/proc_misc.c 	proc_create("schedstat", 0, NULL, &proc_schedstat_operations);
proc_create       925 fs/proc/proc_misc.c 	proc_root_kcore = proc_create("kcore", S_IRUSR, NULL, &proc_kcore_operations);
proc_create       931 fs/proc/proc_misc.c 	proc_create("kpagecount", S_IRUSR, NULL, &proc_kpagecount_operations);
proc_create       932 fs/proc/proc_misc.c 	proc_create("kpageflags", S_IRUSR, NULL, &proc_kpageflags_operations);
proc_create       935 fs/proc/proc_misc.c 	proc_vmcore = proc_create("vmcore", S_IRUSR, NULL, &proc_vmcore_operations);
proc_create       938 fs/proc/proc_misc.c 	proc_create("sysrq-trigger", S_IWUSR, NULL, &proc_sysrq_trigger_operations);
proc_create       183 fs/proc/proc_net.c 	return proc_create(name, mode, net->proc_net, fops);
proc_create       192 fs/proc/proc_tty.c 	proc_create("tty/ldiscs", 0, NULL, &tty_ldiscs_proc_fops);
proc_create       193 fs/proc/proc_tty.c 	proc_create("tty/drivers", 0, NULL, &proc_tty_drivers_operations);
proc_create      2567 kernel/cgroup.c 	proc_create("cgroups", 0, NULL, &proc_cgroupstats_operations);
proc_create        82 kernel/configs.c 	entry = proc_create("config.gz", S_IFREG | S_IRUGO, NULL,
proc_create       152 kernel/dma.c   	proc_create("dma", 0, NULL, &proc_dma_operations);
proc_create       224 kernel/irq/proc.c 	proc_create("irq/default_smp_affinity", 0600, NULL,
proc_create       475 kernel/kallsyms.c 	proc_create("kallsyms", 0444, NULL, &kallsyms_operations);
proc_create       236 kernel/latencytop.c 	proc_create("latency_stats", 0644, NULL, &lstats_fops);
proc_create       730 kernel/lockdep_proc.c 	proc_create("lockdep", S_IRUSR, NULL, &proc_lockdep_operations);
proc_create       732 kernel/lockdep_proc.c 	proc_create("lockdep_chains", S_IRUSR, NULL,
proc_create       735 kernel/lockdep_proc.c 	proc_create("lockdep_stats", S_IRUSR, NULL,
proc_create       739 kernel/lockdep_proc.c 	proc_create("lock_stat", S_IRUSR, NULL, &proc_lock_stat_operations);
proc_create       586 kernel/profile.c 	entry = proc_create("profile", S_IWUSR | S_IRUGO,
proc_create       134 kernel/resource.c 	proc_create("ioports", 0, NULL, &proc_ioports_operations);
proc_create       135 kernel/resource.c 	proc_create("iomem", 0, NULL, &proc_iomem_operations);
proc_create       322 kernel/sched_debug.c 	pe = proc_create("sched_debug", 0644, NULL, &sched_debug_fops);
proc_create       281 kernel/time/timer_list.c 	pe = proc_create("timer_list", 0644, NULL, &timer_list_fops);
proc_create       418 kernel/time/timer_stats.c 	pe = proc_create("timer_stats", 0644, NULL, &tstats_fops);
proc_create      1440 mm/swapfile.c  	proc_create("swaps", 0, NULL, &proc_swaps_operations);
proc_create       151 net/8021q/vlanproc.c 	vn->proc_vlan_conf = proc_create(name_conf, S_IFREG|S_IRUSR|S_IWUSR,
proc_create       286 net/appletalk/atalk_proc.c 	p = proc_create("interface", S_IRUGO, atalk_proc_dir,
proc_create       291 net/appletalk/atalk_proc.c 	p = proc_create("route", S_IRUGO, atalk_proc_dir,
proc_create       296 net/appletalk/atalk_proc.c 	p = proc_create("socket", S_IRUGO, atalk_proc_dir,
proc_create       301 net/appletalk/atalk_proc.c 	p = proc_create("arp", S_IRUGO, atalk_proc_dir, &atalk_seq_arp_fops);
proc_create       757 net/atm/br2684.c 	p = proc_create("br2684", 0, atm_proc_root, &br2684_proc_ops);
proc_create       963 net/atm/clip.c 		p = proc_create("arp", S_IRUGO, atm_proc_root, &arp_seq_fops);
proc_create      1235 net/atm/lec.c  	p = proc_create("lec", S_IRUGO, atm_proc_root, &lec_seq_fops);
proc_create       279 net/atm/mpoa_proc.c 	p = proc_create(STAT_FILE_NAME, 0, atm_proc_root, &mpc_file_operations);
proc_create       475 net/atm/proc.c 		dirent = proc_create(e->name, S_IRUGO,
proc_create      3801 net/core/pktgen.c 	pe = proc_create(PGCTRL, 0600, pg_proc_dir, &pktgen_fops);
proc_create       587 net/ipv4/netfilter/ip_queue.c 	proc = proc_create(IPQ_PROC_FS_NAME, 0, init_net.proc_net,
proc_create       391 net/ipv4/netfilter/nf_conntrack_l3proto_ipv4_compat.c 	proc_stat = proc_create("ip_conntrack", S_IRUGO,
proc_create       562 net/ipv4/route.c 	pde = proc_create("rt_cache", S_IRUGO,
proc_create       590 net/ipv6/netfilter/ip6_queue.c 	proc = proc_create(IPQ_PROC_FS_NAME, 0, init_net.proc_net,
proc_create       361 net/ipx/ipx_proc.c 	p = proc_create("interface", S_IRUGO,
proc_create       366 net/ipx/ipx_proc.c 	p = proc_create("route", S_IRUGO, ipx_proc_dir, &ipx_seq_route_fops);
proc_create       370 net/ipx/ipx_proc.c 	p = proc_create("socket", S_IRUGO, ipx_proc_dir, &ipx_seq_socket_fops);
proc_create        79 net/irda/ircomm/ircomm_core.c 	ent = proc_create("ircomm", 0, proc_irda, &ircomm_proc_fops);
proc_create       124 net/irda/irlan/irlan_common.c 	proc = proc_create("irlan", 0, proc_irda, &irlan_fops);
proc_create      1848 net/irda/irnet/irnet_irda.c   proc_create("irnet", 0, proc_irda, &irnet_proc_fops);
proc_create        76 net/irda/irproc.c 		d = proc_create(irda_dirs[i].name, 0, proc_irda,
proc_create       242 net/llc/llc_proc.c 	p = proc_create("socket", S_IRUGO, llc_proc_dir, &llc_seq_socket_fops);
proc_create       246 net/llc/llc_proc.c 	p = proc_create("core", S_IRUGO, llc_proc_dir, &llc_seq_core_fops);
proc_create       295 net/netfilter/nf_conntrack_standalone.c 	pde = proc_create("nf_conntrack", S_IRUGO, net->proc_net_stat,
proc_create       167 net/netfilter/nf_log.c 	if (!proc_create("nf_log", S_IRUGO,
proc_create       351 net/netfilter/nf_queue.c 	if (!proc_create("nf_queue", S_IRUGO,
proc_create       951 net/netfilter/nfnetlink_log.c 	if (!proc_create("nfnetlink_log", 0440,
proc_create       909 net/netfilter/nfnetlink_queue.c 	if (!proc_create("nfnetlink_queue", 0440,
proc_create       321 net/netfilter/xt_recent.c 	t->proc = proc_create(t->name, ip_list_perms, recent_proc_dir,
proc_create       328 net/netfilter/xt_recent.c 	t->proc_old = proc_create(t->name, ip_list_perms, proc_old_dir,
proc_create       134 net/sctp/objcnt.c 	ent = proc_create("sctp_dbg_objcnt", 0,
proc_create       111 net/sctp/proc.c 	p = proc_create("snmp", S_IRUGO, proc_net_sctp, &sctp_snmp_seq_fops);
proc_create       256 net/sctp/proc.c 	p = proc_create("eps", S_IRUGO, proc_net_sctp, &sctp_eps_seq_fops);
proc_create       373 net/sctp/proc.c 	p = proc_create("assocs", S_IRUGO, proc_net_sctp,
proc_create       295 net/wanrouter/wanproc.c 	p = proc_create("config", S_IRUGO, proc_router, &config_fops);
proc_create       298 net/wanrouter/wanproc.c 	p = proc_create("status", S_IRUGO, proc_router, &status_fops);
proc_create       330 net/wanrouter/wanproc.c 	wandev->dent = proc_create(wandev->name, S_IRUGO,
proc_create       315 net/x25/x25_proc.c 	p = proc_create("route", S_IRUGO, x25_proc_dir, &x25_seq_route_fops);
proc_create       319 net/x25/x25_proc.c 	p = proc_create("socket", S_IRUGO, x25_proc_dir, &x25_seq_socket_fops);
proc_create       323 net/x25/x25_proc.c 	p = proc_create("forward", S_IRUGO, x25_proc_dir,
proc_create        36 samples/markers/marker-example.c 	pentry_example = proc_create("marker-example", 0444, NULL, &mark_ops);
proc_create        73 security/keys/proc.c 	p = proc_create("keys", 0, NULL, &proc_keys_fops);
proc_create        78 security/keys/proc.c 	p = proc_create("key-users", 0, NULL, &proc_key_users_fops);
proc_create       512 sound/core/memalloc.c 	snd_mem_proc = proc_create(SND_MEM_PROC_FILE, 0644, NULL,