Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h213 typedef struct smbnode { struct
229 struct smbnode *r_freef; /* free list forward pointer */ argument
230 struct smbnode *r_freeb; /* free list back pointer */ argument
234 kmutex_t r_statelock; /* protect (most) smbnode fields */ argument
241 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 …]