Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dlink.c362 oparms.desired_access = GENERIC_WRITE; in cifs_create_mf_symlink()
469 oparms.desired_access = GENERIC_WRITE; in smb3_create_mf_symlink()
H A Dcifsacl.c575 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()
596 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()
H A Ddir.c323 desired_access |= GENERIC_WRITE; in cifs_do_create()
H A Dsmb1ops.c1096 oparms.desired_access = GENERIC_WRITE; in cifs_make_node()
H A Dsmb2ops.c1591 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
1595 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()
5073 oparms.desired_access = GENERIC_WRITE; in smb2_make_node()
H A Dcifspdu.h250 #define GENERIC_WRITE 0x40000000 macro
H A Dcifssmb.c1205 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1209 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()
5819 oparms.desired_access = GENERIC_WRITE; in CIFSSMBSetPathInfoFB()
H A Dfile.c53 return GENERIC_WRITE; in cifs_convert_flags()
58 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
/OK3568_Linux_fs/kernel/fs/ntfs/
H A Dlayout.h1533 GENERIC_WRITE = cpu_to_le32(0x40000000), enumerator