Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dsmbno.h115 #define SMB_O_WRONLY 0x0001 macro
/linux-2.4.37.9/fs/smbfs/
Dfile.c318 result = smb_open(dentry, SMB_O_WRONLY); in smb_file_write()