Lines Matching full:tcon

19 		     struct dentry *dentry, struct cifs_tcon *tcon,
24 struct dentry *dentry, struct cifs_tcon *tcon,
29 struct dentry *dentry, struct cifs_tcon *tcon,
39 struct dentry *dentry, struct cifs_tcon *tcon,
44 return create_native_symlink(xid, inode, dentry, tcon, full_path, symname);
46 return mknod_nfs(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname);
48 return mknod_wsl(xid, inode, dentry, tcon, full_path, S_IFLNK, 0, symname);
55 struct dentry *dentry, struct cifs_tcon *tcon,
256 new = tcon->ses->server->ops->create_reparse_inode(
258 tcon, full_path, directory,
281 struct cifs_tcon *tcon;
351 tcon = tlink_tcon(tlink);
352 oparms = CIFS_OPARMS(cifs_sb, tcon, resolved_path,
360 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
364 tcon->ses->server->ops->close(xid, tcon, &fid);
379 open_rc = tcon->ses->server->ops->open(xid, &oparms, &oplock, NULL);
383 tcon->ses->server->ops->close(xid, tcon, &fid);
411 struct dentry *dentry, struct cifs_tcon *tcon,
429 new = tcon->ses->server->ops->create_reparse_inode(
431 tcon, full_path, false, &iov, NULL);
481 struct dentry *dentry, struct cifs_tcon *tcon,
523 new = tcon->ses->server->ops->create_reparse_inode(
525 tcon, full_path, false, &iov, NULL);
683 struct dentry *dentry, struct cifs_tcon *tcon,
717 new = tcon->ses->server->ops->create_reparse_inode(
719 xid, tcon, full_path, false,
732 struct dentry *dentry, struct cifs_tcon *tcon,
738 return create_native_socket(xid, inode, dentry, tcon, full_path);
742 return mknod_nfs(xid, inode, dentry, tcon, full_path, mode, dev, NULL);
744 return mknod_wsl(xid, inode, dentry, tcon, full_path, mode, dev, NULL);