Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cachefiles/
Dxattr.c161 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata() local
171 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() local
209 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, cachefiles_gfp); in cachefiles_check_object_xattr()
210 if (!auxbuf) { in cachefiles_check_object_xattr()
[all …]