Searched refs:auxbuf (Results 1 – 1 of 1) sorted by relevance
163 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata() local173 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_auxdata()174 if (!auxbuf) in cachefiles_check_auxdata()178 &auxbuf->type, 512 + 1); in cachefiles_check_auxdata()181 auxbuf->type != object->fscache.cookie->def->type) in cachefiles_check_auxdata()185 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen, in cachefiles_check_auxdata()192 kfree(auxbuf); in cachefiles_check_auxdata()203 struct cachefiles_xattr *auxbuf; in cachefiles_check_object_xattr() local212 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()213 if (!auxbuf) { in cachefiles_check_object_xattr()[all …]