GENERIC_READ
if (((flags & GENERIC_READ) ||
if (((flags & GENERIC_READ) ||
GENERIC_EXECUTE | GENERIC_READ);
desired_access |= GENERIC_READ; /* is this too little? */
desired_access |= GENERIC_READ;
desired_access &= ~GENERIC_READ;
return GENERIC_READ;
return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE;
return (GENERIC_READ | GENERIC_WRITE);
.desired_access = GENERIC_READ,
.desired_access = GENERIC_READ,
.desired_access = GENERIC_READ,
!(oparms->desired_access & GENERIC_READ) &&
oparms.desired_access = GENERIC_READ;
if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS))