patch-1.3.7 linux/include/linux/smb_mount.h
Next file: linux/include/linux/smbno.h
Previous file: linux/include/linux/smb_fs_sb.h
Back to the patch index
Back to the overall index
- Lines: 41
- Date:
Sat Jul 1 19:00:19 1995
- Orig file:
v1.3.6/linux/include/linux/smb_mount.h
- Orig date:
Thu Jan 1 02:00:00 1970
diff -u --recursive --new-file v1.3.6/linux/include/linux/smb_mount.h linux/include/linux/smb_mount.h
@@ -0,0 +1,40 @@
+/*
+ * smb_mount.h
+ *
+ * Copyright (C) 1995 by Paal-Kr. Engstad and Volker Lendecke
+ *
+ */
+
+#ifndef _LINUX_SMB_MOUNT_H
+#define _LINUX_SMB_MOUNT_H
+
+#include <linux/types.h>
+#include <linux/in.h>
+
+#define SMB_MOUNT_VERSION 4
+
+struct smb_mount_data {
+ int version;
+ unsigned int fd;
+ uid_t mounted_uid; /* Who may umount() this filesystem? */
+ struct sockaddr_in addr;
+
+ char server_name[17];
+ char client_name[17];
+ char service[64];
+ char root_path[64];
+
+ char username[64];
+ char password[64];
+
+ unsigned short max_xmit;
+
+ uid_t uid;
+ gid_t gid;
+ mode_t file_mode;
+ mode_t dir_mode;
+};
+
+#endif
+
+
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this