Lines Matching defs:fsuid
5101 cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
5114 vol_info->linux_uid = fsuid;
5115 vol_info->cred_uid = fsuid;
5214 * Find or construct an appropriate tcon given a cifs_sb and the fsuid of the
5220 * First, search the rbtree for an existing tcon for this fsuid. If one
5233 kuid_t fsuid = current_fsuid();
5240 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
5249 newtlink->tl_uid = fsuid;
5257 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
5290 tlink->tl_tcon = cifs_construct_tcon(cifs_sb, fsuid);