Home
last modified time | relevance | path

Searched refs:afs_proc_symlink (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/afs/
H A Dmain.c32 static struct proc_dir_entry *afs_proc_symlink; variable
205 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()
206 if (!afs_proc_symlink) { in afs_init()
245 proc_remove(afs_proc_symlink); in afs_exit()
/kernel/linux/linux-6.6/fs/afs/
H A Dmain.c32 static struct proc_dir_entry *afs_proc_symlink; variable
198 afs_proc_symlink = proc_symlink("fs/afs", NULL, "../self/net/afs"); in afs_init()
199 if (!afs_proc_symlink) { in afs_init()
234 proc_remove(afs_proc_symlink); in afs_exit()

Completed in 1 milliseconds