Searched refs:smb_dname_full (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/smbd/
H A Dclose.c684 struct smb_filename *smb_dname_full = NULL; local
712 &smb_dname_full);
717 if(SMB_VFS_LSTAT(conn, smb_dname_full) != 0) {
721 if(smb_dname_full->st.st_ex_mode & S_IFDIR) {
722 if(!recursive_rmdir(ctx, conn, smb_dname_full)) {
726 smb_dname_full->base_name) != 0) {
729 } else if(SMB_VFS_UNLINK(conn, smb_dname_full) != 0) {
737 TALLOC_FREE(smb_dname_full);
838 struct smb_filename *smb_dname_full = NULL; local
866 &smb_dname_full);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/smbd/
H A Dclose.c684 struct smb_filename *smb_dname_full = NULL; local
712 &smb_dname_full);
717 if(SMB_VFS_LSTAT(conn, smb_dname_full) != 0) {
721 if(smb_dname_full->st.st_ex_mode & S_IFDIR) {
722 if(!recursive_rmdir(ctx, conn, smb_dname_full)) {
726 smb_dname_full->base_name) != 0) {
729 } else if(SMB_VFS_UNLINK(conn, smb_dname_full) != 0) {
737 TALLOC_FREE(smb_dname_full);
838 struct smb_filename *smb_dname_full = NULL; local
866 &smb_dname_full);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/smbd/
H A Dclose.c684 struct smb_filename *smb_dname_full = NULL; local
712 &smb_dname_full);
717 if(SMB_VFS_LSTAT(conn, smb_dname_full) != 0) {
721 if(smb_dname_full->st.st_ex_mode & S_IFDIR) {
722 if(!recursive_rmdir(ctx, conn, smb_dname_full)) {
726 smb_dname_full->base_name) != 0) {
729 } else if(SMB_VFS_UNLINK(conn, smb_dname_full) != 0) {
737 TALLOC_FREE(smb_dname_full);
838 struct smb_filename *smb_dname_full = NULL; local
866 &smb_dname_full);
[all...]

Completed in 75 milliseconds