Home
last modified time | relevance | path

Searched refs:ksmbd_proc_fs (Results 1 – 1 of 1) sorted by relevance

/linux/fs/smb/server/
H A Dproc.c19 static struct proc_dir_entry *ksmbd_proc_fs; variable
26 return proc_create_single_data(name, 0400, ksmbd_proc_fs, in ksmbd_proc_create()
90 if (!ksmbd_proc_fs) in ksmbd_proc_cleanup()
93 proc_remove(ksmbd_proc_fs); in ksmbd_proc_cleanup()
98 ksmbd_proc_fs = NULL; in ksmbd_proc_cleanup()
114 ksmbd_proc_fs = proc_mkdir("fs/ksmbd", NULL); in ksmbd_proc_init()
115 if (!ksmbd_proc_fs) in ksmbd_proc_init()
118 if (!proc_mkdir_mode("sessions", 0400, ksmbd_proc_fs)) in ksmbd_proc_init()