Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
Ddir.c281 desired_access |= GENERIC_READ; /* is this too little? */
285 desired_access |= GENERIC_READ;
329 desired_access &= ~GENERIC_READ;
Dlink.c265 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()
352 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
Dcifsacl.c585 if (((flags & GENERIC_READ) || in access_flags_to_mode()
614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
Dfile.c397 return GENERIC_READ; in cifs_convert_flags()
399 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()
404 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
Dcifspdu.h223 #define GENERIC_READ 0x80000000 macro
Dcifssmb.c1027 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1029 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
Dinode.c562 .desired_access = GENERIC_READ, in cifs_sfu_type()
Dsmb2ops.c1624 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/linux-6.12.1/fs/smb/server/
Dsmb_common.h114 #define GENERIC_READ 0x80000000 macro
Dsmbacl.c145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()