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()
397 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
H A Dcifsacl.c580 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
609 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
H A Dfile.c419 (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE); in cifs_convert_flags()
425 return flags | GENERIC_READ | GENERIC_WRITE; in cifs_convert_flags()
H A Ddir.c305 desired_access |= GENERIC_WRITE;
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()
5279 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
/linux/fs/smb/common/
H A Dsmb2pdu.h1759 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
/linux/fs/smb/server/
H A Dsmbacl.c147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()