Searched refs:proc_clients (Results 1 – 1 of 1) sorted by relevance
27 static struct proc_dir_entry *proc_clients; variable63 proc_clients = ksmbd_proc_create("clients", in create_proc_clients()65 if (!proc_clients) in create_proc_clients()72 if (proc_clients) { in delete_proc_clients()73 proc_remove(proc_clients); in delete_proc_clients()74 proc_clients = NULL; in delete_proc_clients()