GENERIC_READ 202 fs/cifs/cifsacl.c if ((flags & GENERIC_READ) || GENERIC_READ 223 fs/cifs/cifsacl.c if ((flags & GENERIC_READ) || GENERIC_READ 1204 fs/cifs/cifssmb.c int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); GENERIC_READ 1206 fs/cifs/cifssmb.c if (masked_flags == GENERIC_READ) GENERIC_READ 142 fs/cifs/dir.c int desiredAccess = GENERIC_READ | GENERIC_WRITE; GENERIC_READ 170 fs/cifs/dir.c desiredAccess |= GENERIC_READ; GENERIC_READ 92 fs/cifs/fcntl.c GENERIC_READ | SYNCHRONIZE, 0 /* create options */, GENERIC_READ 68 fs/cifs/file.c return GENERIC_READ; GENERIC_READ 75 fs/cifs/file.c return (GENERIC_READ | GENERIC_WRITE); GENERIC_READ 297 fs/cifs/inode.c rc = CIFSSMBOpen(xid, pTcon, path, FILE_OPEN, GENERIC_READ, GENERIC_READ 282 fs/cifs/link.c rc = CIFSSMBOpen(xid, pTcon, full_path, FILE_OPEN, GENERIC_READ, GENERIC_READ 272 fs/cifs/xattr.c FILE_OPEN, GENERIC_READ, 0, &fid,