Searched refs:old_length (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/coda/ |
D | upcall.c | 232 struct CodaFid *new_fid, size_t old_length, in venus_rename() argument 242 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename() 251 s = ( old_length & ~0x3) +4; /* round up to word boundary */ in venus_rename() 252 memcpy((char *)(inp) + offset, old_name, old_length); in venus_rename() 253 *((char *)inp + offset + old_length) = '\0'; in venus_rename()
|
D | dir.c | 298 int old_length = old_dentry->d_name.len; in coda_rename() local 303 coda_i2f(new_dir), old_length, new_length, in coda_rename()
|
/linux-4.1.27/include/linux/ |
D | coda_psdev.h | 53 struct CodaFid *old_fid, size_t old_length,
|
/linux-4.1.27/drivers/media/pci/ivtv/ |
D | ivtv-queue.c | 168 u32 old_length = to->length; in ivtv_queue_move() local 170 while (to->length - old_length < needed_bytes) { in ivtv_queue_move()
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 5198 unsigned old_length; in descriptors_changed() local 5227 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed() 5228 len = max(len, old_length); in descriptors_changed() 5238 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed() 5240 old_length); in descriptors_changed() 5241 if (length != old_length) { in descriptors_changed() 5247 if (memcmp (buf, udev->rawdescriptors[index], old_length) in descriptors_changed()
|