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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h41 struct tmount { struct
49 kmutex_t tm_contents; /* lock for tmount structure */
56 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data)
57 #define VTOTM(vp) ((struct tmount *)(vp)->v_vfsp->vfs_data)
94 extern void tmpnode_init(struct tmount *, struct tmpnode *,
96 extern int tmpnode_trunc(struct tmount *, struct tmpnode *, ulong_t);
106 extern int tmp_resv(struct tmount *, struct tmpnode *, size_t, int);
111 extern int tdirenter(struct tmount *, struct tmpnode *, char *,

Completed in 56 milliseconds