Searched defs:smbnode (Results 1 – 1 of 1) sorted by relevance
192 typedef struct smbnode { struct208 struct smbnode *r_freef; /* free list forward pointer */ argument209 struct smbnode *r_freeb; /* free list back pointer */ argument213 kmutex_t r_statelock; /* protect (most) smbnode fields */ argument220 int n_dirrefs;221 struct smbfs_fctx *n_dirseq; /* ff context */222 int n_dirofs; /* last ff offset */223 int n_fidrefs;224 uint16_t n_fid; /* file handle */225 enum vtype n_ovtype; /* vnode type opened */[all …]