Searched refs:SMB_O_RDONLY (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dtrans2.h689 #define SMB_O_RDONLY 0x1 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsmbno.h114 #define SMB_O_RDONLY 0x0000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/smbfs/
H A Dfile.c67 result = smb_open(dentry, SMB_O_RDONLY);
H A Dproc.c1221 !(ei->access == SMB_O_RDONLY))
3093 if (smb_is_open(inode) && SMB_I(inode)->access != SMB_O_RDONLY)
3110 smb_proc_open(server, dentry, SMB_O_RDONLY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c1798 ret |= SMB_O_RDONLY;
1826 ret &= ~(SMB_O_RDONLY|SMB_O_RDWR|SMB_O_WRONLY);
1857 wire_flags &= ~(SMB_O_RDONLY|SMB_O_RDWR|SMB_O_WRONLY);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Ddir.c207 posix_flags = SMB_O_RDONLY;
H A Dcifspdu.h2275 #define SMB_O_RDONLY 0x1 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dtrans2.c5518 case SMB_O_RDONLY:

Completed in 188 milliseconds