Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dlink.c277 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()
364 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
Ddir.c276 desired_access |= GENERIC_READ; /* is this too little? */
Dcifsacl.c585 if (((flags & GENERIC_READ) || in access_flags_to_mode()
614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
Dcifspdu.h223 #define GENERIC_READ 0x80000000 macro
Dfile.c209 return GENERIC_READ; in cifs_convert_flags()
216 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
Dcifssmb.c1025 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()
1027 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
Dinode.c539 .desired_access = GENERIC_READ, in cifs_sfu_type()
Dsmb2ops.c1540 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/Linux-v6.6/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()
/Linux-v6.6/fs/ntfs/
Dlayout.h1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator