Searched defs:smbnode (Results 1 – 1 of 1) sorted by relevance
213 typedef struct smbnode { struct229 struct smbnode *r_freef; /* free list forward pointer */ argument230 struct smbnode *r_freeb; /* free list back pointer */ argument234 kmutex_t r_statelock; /* protect (most) smbnode fields */ argument241 int n_dirrefs;242 struct smbfs_fctx *n_dirseq; /* ff context */243 int n_dirofs; /* last ff offset */244 int n_fidrefs;245 uint16_t n_fid; /* file handle */246 enum vtype n_ovtype; /* vnode type opened */[all …]