Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dcifssmb.c4611 unsigned int lnoff; in CIFSFindFirst() local
4635 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindFirst()
4636 if (CIFSMaxBufSize < lnoff) { in CIFSFindFirst()
4643 lnoff; in CIFSFindFirst()
4734 unsigned int lnoff; in CIFSFindNext() local
4762 lnoff = le16_to_cpu(parms->LastNameOffset); in CIFSFindNext()
4763 if (CIFSMaxBufSize < lnoff) { in CIFSFindNext()
4769 psrch_inf->srch_entries_start + lnoff; in CIFSFindNext()