Searched refs:afs_proc_symlink (Results 1 – 1 of 1) sorted by relevance
32 static struct proc_dir_entry *afs_proc_symlink; variable198 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()199 if (IS_ERR(afs_proc_symlink)) { in afs_init()200 ret = PTR_ERR(afs_proc_symlink); in afs_init()238 proc_remove(afs_proc_symlink); in afs_exit()