Home
last modified time | relevance | path

Searched refs:SMBunlink (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/
Dsmbno.h192 #define SMBunlink 0x06 /* delete file */ macro
/linux-2.4.37.9/fs/smbfs/
Dproc.c1584 p = smb_setup_header(server, SMBunlink, 1, 0); in smb_proc_unlink()
1591 if ((result = smb_request_ok(server, SMBunlink, 0, 0)) < 0) { in smb_proc_unlink()