search for: vfswrap_mkdir

Displaying 1 result from an estimated 1 matches for "vfswrap_mkdir".

2005 Jan 07
1
Problem in code tracing (reply)
...smbd/vfs.c. You get the default vfs_ops struct unless overridden in the service definition (i.e. vfs_init_custom() ). ---------------------------------->Thank you for the suggestions. Regarding the first one, I traced the function pointer from the default vfs_ops struct, to smbd/vfs-wrap.c/vfswrap_mkdir() In this function, mkdir(path,mode) is called (line no. 124). This token leads to smbwrapper/wrapped.c/mkdir() line no. 345 However, this function does not seem to get called, as the DEBUG statements in this function are not seen in the log files. Does any other function (maybe a system function...