Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dlink.c320 oparms.desired_access = GENERIC_READ; in cifs_query_mf_symlink()
403 oparms.desired_access = GENERIC_READ; in smb3_query_mf_symlink()
Dcifsacl.c578 if ((flags & GENERIC_READ) || in access_flags_to_mode()
599 if ((flags & GENERIC_READ) || in access_flags_to_mode()
Ddir.c321 desired_access |= GENERIC_READ; /* is this too little? */ in cifs_do_create()
Dcifspdu.h251 #define GENERIC_READ 0x80000000 macro
Dfile.c51 return GENERIC_READ; in cifs_convert_flags()
58 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
Dinode.c478 oparms.desired_access = GENERIC_READ;
Dcifssmb.c1205 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1207 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
Dsmb2ops.c1588 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/kernel/linux/linux-5.10/fs/ntfs/
Dlayout.h1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator