Displaying 2 results from an estimated 2 matches for "smb_close_dentry".
1999 Aug 06
0
MS-Client
...nd 0x8
smb_newconn: fd=3, pid=20380
smb_newconn: detected WIN95 server
smb_newconn: protocol=5, max_xmit=2920, pid=20380 capabilities=0x0
smb_proc_readdir_long: starting fpos=2, mask=\*
smb_proc_readdir_long: new mask, len=3@1003, mask=ARD
smb_proc_readdir_long: received 28 entries, eos=1, resume=0
smb_close_dentry: closed //ACCESRY, count=1
smb_close_dentry: closed //BATHROOM, count=1
smb_close_dentry: closed //BEDROOM, count=1
smb_close_dentry: closed //CATALOG, count=1
smb_close_dentry: closed //DEN, count=1
smb_close_dentry: closed //DINING, count=1
smb_close_dentry: closed //EXPERT.BMP, count=1
smb_close...
1998 Sep 04
0
Linux SMB Mount utils patch
..., __u32);
+__u8 *smb_setup_header(struct smb_sb_info *, __u8, __u16, __u16);
+int smb_get_rsize(struct smb_sb_info *);
+int smb_get_wsize(struct smb_sb_info *);
+int smb_newconn(struct smb_sb_info *, struct smb_conn_opt *);
+int smb_errno(struct smb_sb_info *);
+int smb_close(struct inode *);
+void smb_close_dentry(struct dentry *);
+int smb_close_fileid(struct dentry *, __u16);
+int smb_open(struct dentry *, int);
+int smb_proc_read(struct dentry *, off_t, int, char *);
+int smb_proc_write(struct dentry *, off_t, int, const char *);
+int smb_proc_create(struct dentry *, __u16, time_t, __u16 *);
+int smb_proc...