Lines Matching refs:auxbuf
160 struct cachefiles_xattr *auxbuf;
170 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL);
171 if (!auxbuf)
175 &auxbuf->type, 512 + 1);
178 auxbuf->type != object->fscache.cookie->def->type)
182 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen,
189 kfree(auxbuf);
200 struct cachefiles_xattr *auxbuf;
209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp);
210 if (!auxbuf) {
217 &auxbuf->type, 512 + 1);
236 if (auxbuf->type != auxdata->type)
239 auxbuf->len = ret;
246 dlen = auxbuf->len - 1;
252 &auxbuf->data, dlen,
289 kfree(auxbuf);