Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dlink.c276 oparms.desired_access = GENERIC_READ; in cifs_query_mf_symlink()
360 oparms.desired_access = GENERIC_READ; in smb3_query_mf_symlink()
Ddir.c267 desired_access |= GENERIC_READ; /* is this too little? */
Dcifsacl.c580 if (((flags & GENERIC_READ) || in access_flags_to_mode()
609 if (((flags & GENERIC_READ) || in access_flags_to_mode()
Dcifspdu.h223 #define GENERIC_READ 0x80000000 macro
Dfile.c83 return GENERIC_READ; in cifs_convert_flags()
90 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
Dcifssmb.c1054 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1056 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
Dinode.c513 oparms.desired_access = GENERIC_READ;
Dsmb2ops.c1472 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/linux-6.1.9/fs/ksmbd/
Dsmb_common.h114 #define GENERIC_READ 0x80000000 macro
Dsmbacl.c145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()
/linux-6.1.9/fs/ntfs/
Dlayout.h1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator