Searched refs:SMBFS_RDD_FINDFIRST (Results 1 – 2 of 2) sorted by relevance
971 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_search()977 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_search()1113 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_trans2find2()1167 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_trans2find2()1170 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_trans2find2()1378 ctx->f_flags = SMBFS_RDD_FINDFIRST; in smbfs_findopen()
71 #define SMBFS_RDD_FINDFIRST 0x01 macro