Searched refs:old_length (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/linux/
H A Dcoda_psdev.h53 struct CodaFid *old_fid, size_t old_length,
/linux-4.4.14/drivers/media/pci/ivtv/
H A Divtv-queue.c168 u32 old_length = to->length; ivtv_queue_move() local
170 while (to->length - old_length < needed_bytes) { ivtv_queue_move()
/linux-4.4.14/fs/coda/
H A Dupcall.c232 struct CodaFid *new_fid, size_t old_length, venus_rename()
242 insize = max_t(unsigned int, offset + new_length + old_length + 8, venus_rename()
251 s = ( old_length & ~0x3) +4; /* round up to word boundary */ venus_rename()
252 memcpy((char *)(inp) + offset, old_name, old_length); venus_rename()
253 *((char *)inp + offset + old_length) = '\0'; venus_rename()
231 venus_rename(struct super_block *sb, struct CodaFid *old_fid, struct CodaFid *new_fid, size_t old_length, size_t new_length, const char *old_name, const char *new_name) venus_rename() argument
H A Ddir.c298 int old_length = old_dentry->d_name.len; coda_rename() local
303 coda_i2f(new_dir), old_length, new_length, coda_rename()
/linux-4.4.14/drivers/usb/core/
H A Dhub.c5238 unsigned old_length; descriptors_changed() local
5267 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); descriptors_changed()
5268 len = max(len, old_length); descriptors_changed()
5278 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); descriptors_changed()
5280 old_length); descriptors_changed()
5281 if (length != old_length) { descriptors_changed()
5287 if (memcmp(buf, udev->rawdescriptors[index], old_length) descriptors_changed()

Completed in 190 milliseconds