Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance
90 struct smbfs_fctx { struct94 int f_flags; /* SMBFS_RDD_ */98 struct smbfattr f_attr; /* current attributes */99 char * f_name; /* current file name */100 int f_nmlen; /* name len */104 int f_limit; /* maximum number of entries */105 int f_attrmask; /* SMB_FA_ */106 int f_wclen;107 const char * f_wildcard;108 struct smbnode* f_dnp;[all …]