Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance
84 struct smbfs_fctx { struct88 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;[all …]