Searched refs:auxbuf (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/fs/cachefiles/ |
D | xattr.c | 160 struct cachefiles_xattr *auxbuf; in cachefiles_check_auxdata() local 170 auxbuf = kmalloc(sizeof(struct cachefiles_xattr) + 512, GFP_KERNEL); in cachefiles_check_auxdata() 171 if (!auxbuf) in cachefiles_check_auxdata() 175 &auxbuf->type, 512 + 1); in cachefiles_check_auxdata() 178 auxbuf->type != object->fscache.cookie->def->type) in cachefiles_check_auxdata() 182 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 …]
|
/Linux-v5.4/drivers/media/usb/dvb-usb/ |
D | cxusb-analog.c | 79 struct cxusb_medion_auxbuf *auxbuf, in cxusb_auxbuf_init() argument 84 auxbuf->buf = buf; in cxusb_auxbuf_init() 85 auxbuf->len = len; in cxusb_auxbuf_init() 86 auxbuf->paylen = 0; in cxusb_auxbuf_init() 90 struct cxusb_medion_auxbuf *auxbuf, in cxusb_auxbuf_head_trim() argument 96 if (WARN_ON(pos > auxbuf->paylen)) in cxusb_auxbuf_head_trim() 101 pos, auxbuf->paylen - pos); in cxusb_auxbuf_head_trim() 103 memmove(auxbuf->buf, auxbuf->buf + pos, auxbuf->paylen - pos); in cxusb_auxbuf_head_trim() 104 auxbuf->paylen -= pos; in cxusb_auxbuf_head_trim() 107 static unsigned int cxusb_auxbuf_paylen(struct cxusb_medion_auxbuf *auxbuf) in cxusb_auxbuf_paylen() argument [all …]
|
D | cxusb.h | 136 struct cxusb_medion_auxbuf auxbuf; member
|