Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/coda/
A Dupcall.c233 struct CodaFid *new_fid, size_t old_length, in venus_rename() argument
243 insize = max_t(unsigned int, offset + new_length + old_length + 8, in venus_rename()
252 s = ( old_length & ~0x3) +4; /* round up to word boundary */ in venus_rename()
253 memcpy((char *)(inp) + offset, old_name, old_length); in venus_rename()
254 *((char *)inp + offset + old_length) = '\0'; in venus_rename()
A Dcoda_psdev.h72 struct CodaFid *old_fid, size_t old_length,
A Ddir.c304 int old_length = old_dentry->d_name.len; in coda_rename() local
312 coda_i2f(new_dir), old_length, new_length, in coda_rename()
/linux-6.3-rc2/drivers/media/pci/ivtv/
A Divtv-queue.c156 u32 old_length = to->length; in ivtv_queue_move() local
158 while (to->length - old_length < needed_bytes) { in ivtv_queue_move()
/linux-6.3-rc2/drivers/usb/core/
A Dhub.c5153 unsigned old_length; in descriptors_changed() local
5182 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed()
5183 len = max(len, old_length); in descriptors_changed()
5192 old_length = le16_to_cpu(udev->config[index].desc.wTotalLength); in descriptors_changed()
5194 old_length); in descriptors_changed()
5195 if (length != old_length) { in descriptors_changed()
5201 if (memcmp(buf, udev->rawdescriptors[index], old_length) in descriptors_changed()

Completed in 24 milliseconds