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.c21 static struct proc_dir_entry *ksmbd_proc_fs; variable
28 return proc_create_single_data(name, 0400, ksmbd_proc_fs, in ksmbd_proc_create()
225 if (!ksmbd_proc_fs) in ksmbd_proc_cleanup()
228 proc_remove(ksmbd_proc_fs); in ksmbd_proc_cleanup()
233 ksmbd_proc_fs = NULL; in ksmbd_proc_cleanup()
249 ksmbd_proc_fs = proc_mkdir("fs/ksmbd", NULL); in ksmbd_proc_init()
250 if (!ksmbd_proc_fs) in ksmbd_proc_init()
253 if (!proc_mkdir_mode("sessions", 0400, ksmbd_proc_fs)) in ksmbd_proc_init()