Lines Matching refs:f_flags
968 if (ctx->f_flags & SMBFS_RDD_FINDFIRST) { in smbfs_smb_search()
974 ctx->f_flags &= ~SMBFS_RDD_FINDFIRST; in smbfs_smb_search()
991 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_smb_search()
1049 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_findnextLM1()
1104 ctx->f_flags &= ~SMBFS_RDD_GOTRNAME; in smbfs_smb_trans2find2()
1106 if (ctx->f_flags & SMBFS_RDD_FINDSINGLE) { in smbfs_smb_trans2find2()
1108 ctx->f_flags |= SMBFS_RDD_NOCLOSE; in smbfs_smb_trans2find2()
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()
1175 ctx->f_flags |= SMBFS_RDD_EOF | SMBFS_RDD_NOCLOSE; in smbfs_smb_trans2find2()
1181 ctx->f_flags |= SMBFS_RDD_EOF | SMBFS_RDD_NOCLOSE; in smbfs_smb_trans2find2()
1249 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_findnextLM2()
1331 if (ctx->f_rnameofs && (ctx->f_flags & SMBFS_RDD_GOTRNAME) == 0 && in smbfs_findnextLM2()
1344 ctx->f_flags |= SMBFS_RDD_GOTRNAME; in smbfs_findnextLM2()
1360 if ((ctx->f_flags & SMBFS_RDD_NOCLOSE) == 0) in smbfs_findcloseLM2()
1375 ctx->f_flags = SMBFS_RDD_FINDFIRST; in smbfs_findopen()
1379 ctx->f_flags |= SMBFS_RDD_USESEARCH; in smbfs_findopen()
1401 if (ctx->f_flags & SMBFS_RDD_USESEARCH) { in smbfs_findnext()
1430 if (ctx->f_flags & SMBFS_RDD_USESEARCH) { in smbfs_findclose()
1460 ctx->f_flags |= SMBFS_RDD_FINDSINGLE; in smbfs_smb_lookup()