Lines Matching defs:fsuid
3976 cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
3989 ctx->linux_uid = fsuid;
3990 ctx->cred_uid = fsuid;
4092 * Find or construct an appropriate tcon given a cifs_sb and the fsuid of the
4098 * First, search the rbtree for an existing tcon for this fsuid. If one
4111 kuid_t fsuid = current_fsuid();
4118 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
4127 newtlink->tl_uid = fsuid;
4135 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
4168 tlink->tl_tcon = cifs_construct_tcon(cifs_sb, fsuid);