Searched refs:old_length (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
H A D | coda_psdev.h | 53 struct CodaFid *old_fid, size_t old_length,
|
/linux-4.4.14/drivers/media/pci/ivtv/ |
H A D | ivtv-queue.c | 168 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 D | upcall.c | 232 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 D | dir.c | 298 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 D | hub.c | 5238 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 281 milliseconds