Home
last modified time | relevance | path

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

/linux-4.19.296/fs/coda/
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()
Ddir.c300 int old_length = old_dentry->d_name.len; in coda_rename() local
308 coda_i2f(new_dir), old_length, new_length, in coda_rename()
/linux-4.19.296/include/linux/
Dcoda_psdev.h64 struct CodaFid *old_fid, size_t old_length,