Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance
108 struct smbfs_fctx { struct112 smbfs_fctx_type_t f_type; argument113 int f_flags; /* SMBFS_RDD_ */117 struct smbfattr f_attr; /* current attributes */118 u_longlong_t f_inum; /* current I number */119 char *f_name; /* current file name */120 int f_nmlen; /* name len */121 int f_namesz; /* memory allocated */125 uint16_t f_infolevel;126 uint16_t f_limit; /* maximum number of entries */[all …]