Home
last modified time | relevance | path

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

/linux-3.4.99/fs/cachefiles/
Dxattr.c168 struct cachefiles_xattr *auxbuf; in cachefiles_check_object_xattr() local
177 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_object_xattr()
178 if (!auxbuf) { in cachefiles_check_object_xattr()
185 &auxbuf->type, 512 + 1); in cachefiles_check_object_xattr()
204 if (auxbuf->type != auxdata->type) in cachefiles_check_object_xattr()
207 auxbuf->len = ret; in cachefiles_check_object_xattr()
214 dlen = auxbuf->len - 1; in cachefiles_check_object_xattr()
220 &auxbuf->data, dlen); in cachefiles_check_object_xattr()
256 kfree(auxbuf); in cachefiles_check_object_xattr()