Searched refs:auxbuf (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dxattr.c168 struct cachefiles_xattr *auxbuf; local
177 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL);
178 if (!auxbuf) {
185 &auxbuf->type, 512 + 1);
204 if (auxbuf->type != auxdata->type)
207 auxbuf->len = ret;
214 dlen = auxbuf->len - 1;
220 &auxbuf->data, dlen);
256 kfree(auxbuf);

Completed in 46 milliseconds