Lines Matching defs:smbfs_fctx
84 struct smbfs_fctx { struct
88 int f_flags; /* SMBFS_RDD_ */
92 struct smbfattr f_attr; /* current attributes */
93 char * f_name; /* current file name */
94 int f_nmlen; /* name len */
98 int f_limit; /* maximum number of entries */
99 int f_attrmask; /* SMB_FA_ */
100 int f_wclen;
101 const char * f_wildcard;
102 struct smbnode* f_dnp;
103 struct smb_cred*f_scred;
104 struct smb_share *f_ssp;
105 union {
108 } f_urq;
109 int f_left; /* entries left */
110 int f_ecnt; /* entries left in the current response */
111 int f_eofs; /* entry offset in the parameter block */
112 u_char f_skey[SMB_SKEYLEN]; /* server side search context */
113 u_char f_fname[8 + 1 + 3 + 1]; /* common case for 8.3 filenames */
114 u_int16_t f_Sid;
115 u_int16_t f_infolevel;
116 int f_rnamelen;
117 char * f_rname; /* resume name/key */
118 int f_rnameofs;