Home
last modified time | relevance | path

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

/fs/cifs/
Dcifssmb.c4515 unsigned int lnoff; in CIFSFindFirst() local
4539 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindFirst()
4540 if (CIFSMaxBufSize < lnoff) { in CIFSFindFirst()
4547 lnoff; in CIFSFindFirst()
4638 unsigned int lnoff; in CIFSFindNext() local
4666 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindNext()
4667 if (CIFSMaxBufSize < lnoff) { in CIFSFindNext()
4673 psrch_inf->srch_entries_start + lnoff; in CIFSFindNext()