Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h192 typedef struct smbnode { struct
208 struct smbnode *r_freef; /* free list forward pointer */ argument
209 struct smbnode *r_freeb; /* free list back pointer */ argument
213 kmutex_t r_statelock; /* protect (most) smbnode fields */ argument
220 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 …]