Searched refs:proc_symlink (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | proc_powerpc.c | 78 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 D | proc_fs.h | 82 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 D | xfs_stats.c | 142 if (!proc_symlink("fs/xfs/stat", NULL, in xfs_init_procfs()
|
/openbmc/linux/fs/afs/ |
H A D | main.c | 198 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()
|
/openbmc/linux/fs/proc/ |
H A D | root.c | 291 proc_symlink("mounts", NULL, "self/mounts"); in proc_root_init()
|
H A D | generic.c | 458 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() function 479 EXPORT_SYMBOL(proc_symlink);
|
H A D | proc_net.c | 414 proc_symlink("net", NULL, "self/net"); in proc_net_init()
|
/openbmc/linux/sound/core/ |
H A D | info.c | 540 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 D | client.c | 1405 if (!proc_symlink("fs/nfsfs/servers", NULL, "../../net/nfsfs/servers")) in nfs_fs_proc_init() 1409 if (!proc_symlink("fs/nfsfs/volumes", NULL, "../../net/nfsfs/volumes")) in nfs_fs_proc_init()
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 189 proc_symlink("device-tree", NULL, "/sys/firmware/devicetree/base"); in of_core_init()
|