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

/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_node.h140 * The smbnode is the "inode" for remote files. It contains all the
143 * Note on file sizes: we keep two file sizes in the smbnode: the size
153 * Each smbnode has 3 locks associated with it (not including the smbnode
163 * r_statelock: Protects all fields in the smbnode except for
192 typedef struct smbnode { struct
208 struct smbnode *r_freef; /* free list forward pointer */
209 struct smbnode *r_freeb; /* free list back pointer */
213 kmutex_t r_statelock; /* protect (most) smbnode fields */
298 #define RHASHED 0x100 /* smbnode i
[all...]

Completed in 240 milliseconds