Home
last modified time | relevance | path

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

/linux-6.15/fs/smb/client/
H A Ddir.c281 desired_access |= GENERIC_READ; /* is this too little? */
285 desired_access |= GENERIC_READ;
329 desired_access &= ~GENERIC_READ;
H A Dlink.c266 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()
353 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
H A Dsmb2file.c168 !(oparms->desired_access & GENERIC_READ) && in smb2_open_file()
H A Dcifsacl.c585 if (((flags & GENERIC_READ) || in access_flags_to_mode()
614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
H A Dfile.c399 return GENERIC_READ; in cifs_convert_flags()
401 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()
406 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
H A Dcifspdu.h264 #define GENERIC_READ 0x80000000 /* Same as: FILE_READ_DATA | */ macro
H A Dinode.c562 .desired_access = GENERIC_READ, in cifs_sfu_type()
H A Dsmb2ops.c1634 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
H A Dcifssmb.c1057 GENERIC_EXECUTE | GENERIC_READ); in access_flags_to_smbopen_mode()
/linux-6.15/fs/smb/server/
H A Dsmb_common.h116 #define GENERIC_READ 0x80000000 macro
H A Dsmbacl.c145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()