Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dcifssmb.c3961 unsigned int lnoff; in CIFSFindFirst() local
4082 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindFirst()
4083 if (CIFSMaxBufSize < lnoff) { in CIFSFindFirst()
4087 psrch_inf->last_entry = psrch_inf->srch_entries_start + lnoff; in CIFSFindFirst()
4102 unsigned int lnoff; in CIFSFindNext() local
4200 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindNext()
4201 if (CIFSMaxBufSize < lnoff) { in CIFSFindNext()
4206 psrch_inf->srch_entries_start + lnoff; in CIFSFindNext()