GENERIC_READ      578 fs/cifs/cifsacl.c 		if ((flags & GENERIC_READ) ||
GENERIC_READ      599 fs/cifs/cifsacl.c 	if ((flags & GENERIC_READ) ||
GENERIC_READ     1278 fs/cifs/cifssmb.c 	int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE);
GENERIC_READ     1280 fs/cifs/cifssmb.c 	if (masked_flags == GENERIC_READ)
GENERIC_READ      323 fs/cifs/dir.c  		desired_access |= GENERIC_READ; /* is this too little? */
GENERIC_READ       51 fs/cifs/file.c 		return GENERIC_READ;
GENERIC_READ       58 fs/cifs/file.c 		return (GENERIC_READ | GENERIC_WRITE);
GENERIC_READ      474 fs/cifs/inode.c 	oparms.desired_access = GENERIC_READ;
GENERIC_READ      317 fs/cifs/link.c 	oparms.desired_access = GENERIC_READ;
GENERIC_READ      404 fs/cifs/link.c 	oparms.desired_access = GENERIC_READ;
GENERIC_READ     1472 fs/cifs/smb2ops.c 			oparms.desired_access = GENERIC_READ;