Home
last modified time | relevance | path

Searched refs:proc_symlink (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dproc_powerpc.c78 if (!proc_symlink("ppc64", NULL, "powerpc")) in proc_ppc64_create()
88 if (!proc_symlink("rtas", NULL, "powerpc/rtas")) in proc_ppc64_create()
/openbmc/linux/include/linux/
H A Dproc_fs.h82 extern struct proc_dir_entry *proc_symlink(const char *,
174 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() function
/openbmc/linux/fs/xfs/
H A Dxfs_stats.c142 if (!proc_symlink("fs/xfs/stat", NULL, in xfs_init_procfs()
/openbmc/linux/fs/afs/
H A Dmain.c198 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()
/openbmc/linux/fs/proc/
H A Droot.c291 proc_symlink("mounts", NULL, "self/mounts"); in proc_root_init()
H A Dproc_net.c414 proc_symlink("net", NULL, "self/net"); in proc_net_init()
H A Dgeneric.c458 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() function
479 EXPORT_SYMBOL(proc_symlink);
/openbmc/linux/sound/core/
H A Dinfo.c540 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register()
558 card->proc_root_link = proc_symlink(card->id, in snd_info_card_id_change()
/openbmc/linux/fs/nfs/
H A Dclient.c1404 if (!proc_symlink("fs/nfsfs/servers", NULL, "../../net/nfsfs/servers")) in nfs_fs_proc_init()
1408 if (!proc_symlink("fs/nfsfs/volumes", NULL, "../../net/nfsfs/volumes")) in nfs_fs_proc_init()
/openbmc/linux/drivers/of/
H A Dbase.c189 proc_symlink("device-tree", NULL, "/sys/firmware/devicetree/base"); in of_core_init()