Home
last modified time | relevance | path

Searched refs:GENERIC_READ (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/client/
H A Dlink.c277 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()
364 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
H A Ddir.c276 desired_access |= GENERIC_READ; /* is this too little? */
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 Dcifspdu.h223 #define GENERIC_READ 0x80000000 macro
H A Dfile.c212 return GENERIC_READ; in cifs_convert_flags()
219 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
H A Dinode.c542 .desired_access = GENERIC_READ, in cifs_sfu_type()
H A 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()
H A Dsmb2ops.c1558 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/kernel/linux/linux-5.10/fs/cifs/
H A Dlink.c320 oparms.desired_access = GENERIC_READ; in cifs_query_mf_symlink()
403 oparms.desired_access = GENERIC_READ; in smb3_query_mf_symlink()
H A Dcifsacl.c578 if ((flags & GENERIC_READ) || in access_flags_to_mode()
599 if ((flags & GENERIC_READ) || in access_flags_to_mode()
H A Ddir.c321 desired_access |= GENERIC_READ; /* is this too little? */ in cifs_do_create()
H A Dcifspdu.h251 #define GENERIC_READ 0x80000000 macro
H A Dfile.c51 return GENERIC_READ; in cifs_convert_flags()
58 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
H A Dinode.c478 oparms.desired_access = GENERIC_READ;
H A 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()
H A Dsmb2ops.c1589 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/kernel/linux/linux-6.6/fs/smb/server/
H A Dsmb_common.h114 #define GENERIC_READ 0x80000000 macro
H A Dsmbacl.c145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()
/kernel/linux/linux-5.10/fs/ntfs/
H A Dlayout.h1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator
/kernel/linux/linux-6.6/fs/ntfs/
H A Dlayout.h1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator

Completed in 79 milliseconds