Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dcifssmb.c4538 unsigned int lnoff; in CIFSFindFirst() local
4562 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindFirst()
4563 if (CIFSMaxBufSize < lnoff) { in CIFSFindFirst()
4570 lnoff; in CIFSFindFirst()
4661 unsigned int lnoff; in CIFSFindNext() local
4689 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindNext()
4690 if (CIFSMaxBufSize < lnoff) { in CIFSFindNext()
4696 psrch_inf->srch_entries_start + lnoff; in CIFSFindNext()