Searched defs:smbfs_fctx (Results 1 – 1 of 1) sorted by relevance
106 struct smbfs_fctx { struct110 smbfs_fctx_type_t f_type; argument111 int f_flags; /* SMBFS_RDD_ */115 struct smbfattr f_attr; /* current attributes */116 u_longlong_t f_inum; /* current I number */117 char *f_name; /* current file name */118 int f_nmlen; /* name len */119 int f_namesz; /* memory allocated */123 uint16_t f_limit; /* maximum number of entries */124 uint16_t f_attrmask; /* SMB_FA_ */[all …]