Displaying 2 results from an estimated 2 matches for "smb_vfs_mkdir".
2005 Jan 06
1
smb vfs modules queries
I am using samba-3.0.7 on kernel version 2.6.5-3
(client as well as server).
I traced the exact function calling sequence when a
"mkdir" command is given at the client side.
I got stuck at the server side,
source/smbd/vfs.c - vfs_MkDir() -
SMB_VFS_MKDIR(conn,name,mode) (line no 357)
Could anyone please tell me exactly where is the
vfs_ops struct initialised, and which function will
actually get called in the above call, for the
described case?
Also, I set up the log level as 100 in the smb.conf
file, but the DEBUG statements in the code execute...
2005 Jan 07
1
Problem in code tracing (reply)
...----------------
caas it wrote:
| I am using samba-3.0.7 on kernel version 2.6.5-3
| (client as well as server).
| I traced the exact function calling sequence when a
| "mkdir" command is given at the client side.
| I got stuck at the server side,
|
| source/smbd/vfs.c - vfs_MkDir() -
| SMB_VFS_MKDIR(conn,name,mode) (line no 357)
|
| Could anyone please tell me exactly where is the
| vfs_ops struct initialised, and which function will
| actually get called in the above call, for the
| described case?
Yuor reply :
Look in source/smbd/vfs.c. You get the default
vfs_ops
struct unless overridden...