Searched refs:f_eofs (Results 1 – 5 of 5) sorted by relevance
243 ctx->f_eofs += nextoff; in smbfs_decode_dirent()246 ctx->f_eofs = ctx->f_left; in smbfs_decode_dirent()329 ctx->f_eofs = ctx->f_left; in smbfs_decode_dirent()
336 ctx->f_eofs = 0; in smbfs_xa_get_streaminfo()387 if ((ctx->f_eofs + 8) > ctx->f_left) { in smbfs_xa_findnext()
662 ctx->f_eofs = 0; in smbfs_smb2_qdir()673 ctx->f_eofs = 0; in smbfs_smb2_qdir()769 if ((ctx->f_eofs + 8) > ctx->f_left) { in smbfs_smb2_findnext()
639 ctx->f_eofs = 0; in smbfs_smb1_trans2find2()740 if ((ctx->f_eofs + 8) > ctx->f_left) { in smbfs_smb_findnextLM2()
141 int f_eofs; /* entry offset in data block */ member