Searched refs:GENERIC_WRITE (Results 1 - 9 of 9) sorted by relevance

/linux-master/fs/smb/client/
H A Dlink.c308 .desired_access = GENERIC_WRITE,
420 .desired_access = GENERIC_WRITE,
H A Dcifsacl.c580 if (((flags & GENERIC_WRITE) ||
609 if (((flags & GENERIC_WRITE) ||
H A Ddir.c283 desired_access |= GENERIC_WRITE;
H A Dfile.c214 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE;
219 return (GENERIC_READ | GENERIC_WRITE);
H A Dsmb2ops.c1590 oparms.desired_access = GENERIC_WRITE;
1594 oparms.desired_access = GENERIC_WRITE;
5005 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE,
H A Dcifssmb.c1025 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE);
1029 else if (masked_flags == GENERIC_WRITE)
5303 .desired_access = GENERIC_WRITE,
H A Dcifspdu.h222 #define GENERIC_WRITE 0x40000000 macro
/linux-master/fs/smb/server/
H A Dsmb_common.h113 #define GENERIC_WRITE 0x40000000 macro
H A Dsmbacl.c147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) {

Completed in 187 milliseconds