Lines Matching defs:tlink
663 spin_lock(&tlink_tcon(open->tlink)->open_file_lock);
665 spin_unlock(&tlink_tcon(open->tlink)->open_file_lock);
669 cifs_add_pending_open_locked(struct cifs_fid *fid, struct tcon_link *tlink,
674 open->tlink = tlink;
676 list_add_tail(&open->olist, &tlink_tcon(tlink)->pending_opens);
680 cifs_add_pending_open(struct cifs_fid *fid, struct tcon_link *tlink,
683 spin_lock(&tlink_tcon(tlink)->open_file_lock);
684 cifs_add_pending_open_locked(fid, tlink, open);
685 spin_unlock(&tlink_tcon(open->tlink)->open_file_lock);
724 dclose->tlink = cfile->tlink;