Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dlink.c363 oparms.desired_access = GENERIC_WRITE; in cifs_create_mf_symlink()
476 oparms.desired_access = GENERIC_WRITE; in smb3_create_mf_symlink()
Dcifsacl.c575 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()
596 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()
Ddir.c325 desired_access |= GENERIC_WRITE; in cifs_do_create()
Dsmb1ops.c1100 oparms.desired_access = GENERIC_WRITE; in cifs_make_node()
Dsmb2ops.c1442 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
1446 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
4389 oparms.desired_access = GENERIC_WRITE; in smb2_make_node()
Dcifspdu.h245 #define GENERIC_WRITE 0x40000000 macro
Dfile.c53 return GENERIC_WRITE; in cifs_convert_flags()
58 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
Dcifssmb.c1278 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1282 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()
/Linux-v5.4/fs/ntfs/
Dlayout.h1533 GENERIC_WRITE = cpu_to_le32(0x40000000), enumerator