Lines Matching defs:open
271 * The server may allow us to open things like
289 * EIO could indicate that (posix open) operation is not
293 * POSIX open in samba versions 3.3.1 and earlier could
303 * in posix open. If either that or op not supported
312 * fallthrough to retry, using older open call, this is case
340 if (!server->ops->open) {
367 rc = server->ops->open(xid, &oparms, oplock, buf);
471 struct cifs_pending_open open;
476 * Posix open is only called (at lookup time) for file create now. For
479 * open on dirs, we could end up wasting an open call on what turns out
480 * to be a dir. For file opens, we wait to call posix open till
525 cifs_add_pending_open(&fid, tlink, &open);
531 cifs_del_pending_open(&open);
542 cifs_del_pending_open(&open);
558 cifs_del_pending_open(&open);