Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dlink.c320 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()
432 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
Ddir.c278 desired_access |= GENERIC_WRITE;
Dcifsacl.c580 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
609 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
Dsmb1ops.c1129 .desired_access = GENERIC_WRITE, in cifs_make_node()
Dsmb2ops.c1543 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
1547 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
5098 .desired_access = GENERIC_WRITE, in smb2_make_node()
Dcifspdu.h222 #define GENERIC_WRITE 0x40000000 macro
Dcifssmb.c1025 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1029 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()
5329 .desired_access = GENERIC_WRITE, in CIFSSMBSetPathInfoFB()
Dfile.c211 return GENERIC_WRITE; in cifs_convert_flags()
216 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
/Linux-v6.6/fs/smb/server/
Dsmb_common.h113 #define GENERIC_WRITE 0x40000000 macro
Dsmbacl.c147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()
/Linux-v6.6/fs/ntfs/
Dlayout.h1533 GENERIC_WRITE = cpu_to_le32(0x40000000), enumerator