Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dlink.c242 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()
329 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
H A Ddir.c303 desired_access |= GENERIC_READ; /* is this too little? */
307 desired_access |= GENERIC_READ;
379 desired_access &= ~GENERIC_READ;
H A Dsmb2file.c176 !(oparms->desired_access & GENERIC_READ) && in smb2_open_file()
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 Dfile.c416 return flags | GENERIC_READ; in cifs_convert_flags()
419 (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE); in cifs_convert_flags()
425 return flags | GENERIC_READ | GENERIC_WRITE; in cifs_convert_flags()
H A Dinode.c558 .desired_access = GENERIC_READ, in cifs_sfu_type()
H A Dsmb2ops.c1667 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
/linux/fs/smb/common/
H A Dsmb2pdu.h1765 #define GENERIC_READ 0x80000000 /* Same as: FILE_READ_DATA | */ macro
/linux/fs/smb/server/
H A Dsmbacl.c145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()