Home
last modified time | relevance | path

Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/sys/fs/smbfs/
H A Dsmbfs_subr.h84 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;
[all …]