Searched refs:SMBFS_RDD_FINDFIRST (Results 1 – 2 of 2) sorted by relevance
968 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_search()974 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_search()1110 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_trans2find2()1164 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_trans2find2()1167 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_trans2find2()1375 ctx->f_flags = SMBFS_RDD_FINDFIRST; in smbfs_findopen()
71 #define SMBFS_RDD_FINDFIRST 0x01 macro