Lines Matching refs:sidstr
120 char *sidstr, *strptr;
124 sidstr = kmalloc(3 + SID_STRING_BASE_SIZE +
127 if (!sidstr)
128 return sidstr;
130 strptr = sidstr;
160 return sidstr;
347 char *sidstr;
400 sidstr = sid_to_key_str(psid, sidtype);
401 if (!sidstr)
405 sidkey = request_key(&cifs_idmap_key_type, sidstr, "");
409 __func__, sidstr, sidtype == SIDOWNER ? 'u' : 'g');
447 kfree(sidstr);