Searched refs:SMB_MAXNAMLEN (Results 1 – 3 of 3) sorted by relevance
398 #define SMB_MAXNAMLEN 255 macro
337 const size_t buflen = SMB_MAXNAMLEN * 2; in smbfs_fname_tolocal()
1132 ctx->f_name = malloc(SMB_MAXNAMLEN * 2, M_SMBFSDATA, M_WAITOK); in smbfs_findopenLM2()1215 nmlen = min(size, SMB_MAXNAMLEN * 2); in smbfs_findnextLM2()