Searched refs:auxbuf (Results 1 – 1 of 1) sorted by relevance
161 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata() local171 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_auxdata()172 if (!auxbuf) in cachefiles_check_auxdata()176 &auxbuf->type, 512 + 1); in cachefiles_check_auxdata()179 auxbuf->type != object->fscache.cookie->def->type) in cachefiles_check_auxdata()183 validity = fscache_check_aux(&object->fscache, &auxbuf->data, xlen); in cachefiles_check_auxdata()189 kfree(auxbuf); in cachefiles_check_auxdata()200 struct cachefiles_xattr *auxbuf; in cachefiles_check_object_xattr() local209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()210 if (!auxbuf) { in cachefiles_check_object_xattr()[all …]