Searched refs:proc_symlink (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/powerpc/kernel/ |
| 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()
|
| /linux/fs/netfs/ |
| A D | fscache_proc.c | 19 if (!proc_symlink("fs/fscache", NULL, "netfs")) in fscache_proc_init()
|
| /linux/include/linux/ |
| A D | proc_fs.h | 83 extern struct proc_dir_entry *proc_symlink(const char *, 175 static inline struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() function
|
| /linux/fs/xfs/ |
| A D | xfs_stats.c | 144 if (!proc_symlink("fs/xfs/stat", NULL, in xfs_init_procfs()
|
| /linux/fs/afs/ |
| A D | main.c | 196 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()
|
| /linux/fs/proc/ |
| A D | root.c | 291 proc_symlink("mounts", NULL, "self/mounts"); in proc_root_init()
|
| A D | proc_net.c | 415 proc_symlink("net", NULL, "self/net"); in proc_net_init()
|
| A D | generic.c | 458 struct proc_dir_entry *proc_symlink(const char *name, in proc_symlink() function 479 EXPORT_SYMBOL(proc_symlink);
|
| /linux/sound/core/ |
| A D | info.c | 518 p = proc_symlink(card->id, snd_proc_root->p, card->proc_root->name); in snd_info_card_register() 536 card->proc_root_link = proc_symlink(card->id, in snd_info_card_id_change()
|
| /linux/fs/nfs/ |
| A D | client.c | 1421 if (!proc_symlink("fs/nfsfs/servers", NULL, "../../net/nfsfs/servers")) in nfs_fs_proc_init() 1425 if (!proc_symlink("fs/nfsfs/volumes", NULL, "../../net/nfsfs/volumes")) in nfs_fs_proc_init()
|
| /linux/drivers/of/ |
| A D | base.c | 190 proc_symlink("device-tree", NULL, "/sys/firmware/devicetree/base"); in of_core_init()
|
Completed in 19 milliseconds