Searched refs:SMBFS_RDD_EOF (Results 1 – 3 of 3) sorted by relevance
387 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_xa_findnext()442 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_xa_findnext()
1787 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_smb_search()1854 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_smb_findnextLM1()1998 ctx->f_flags |= SMBFS_RDD_EOF | SMBFS_RDD_NOCLOSE; in smbfs_smb_trans2find2()2014 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_smb_trans2find2()2076 if (ctx->f_flags & SMBFS_RDD_EOF) in smbfs_smb_findnextLM2()2233 ctx->f_flags |= SMBFS_RDD_EOF; in smbfs_smb_findnextLM2()
95 #define SMBFS_RDD_EOF 0x02 macro