Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dcifssmb.c3935 unsigned int lnoff; in CIFSFindFirst() local
4056 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindFirst()
4057 if (CIFSMaxBufSize < lnoff) { in CIFSFindFirst()
4061 psrch_inf->last_entry = psrch_inf->srch_entries_start + lnoff; in CIFSFindFirst()
4076 unsigned int lnoff; in CIFSFindNext() local
4174 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindNext()
4175 if (CIFSMaxBufSize < lnoff) { in CIFSFindNext()
4180 psrch_inf->srch_entries_start + lnoff; in CIFSFindNext()