Lines Matching defs:strbuf
681 char *strbuf;
701 strbuf = kzalloc(NLS_MAX_CHARSET_SIZE * HFSPLUS_ATTR_MAX_STRLEN +
703 if (!strbuf) {
737 &fd.key->attr.key_name, strbuf,
745 if (can_list(strbuf))
746 res += name_len(strbuf, xattr_name_len);
747 } else if (can_list(strbuf)) {
748 if (size < (res + name_len(strbuf, xattr_name_len))) {
753 strbuf, xattr_name_len);
761 kfree(strbuf);