Home
last modified time | relevance | path

Searched refs:GENERIC_WRITE (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/client/
H A Dlink.c285 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()
388 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
H A Dcifsacl.c656 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
685 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
H A Dfile.c425 (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE); in cifs_convert_flags()
431 return flags | GENERIC_READ | GENERIC_WRITE; in cifs_convert_flags()
H A Dsmb2ops.c1670 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
1674 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
5561 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
H A Dcifssmb.c1220 MAXIMUM_ALLOWED | GENERIC_WRITE | GENERIC_ALL); in access_flags_to_smbopen_mode()
/linux/fs/smb/common/
H A Dsmb2pdu.h1811 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
/linux/fs/smb/server/
H A Dsmbacl.c150 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()