Searched refs:tmount (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | tmp.h | 42 struct tmount { struct 57 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data) argument 58 #define VTOTM(vp) ((struct tmount *)(vp)->v_vfsp->vfs_data) 95 extern void tmpnode_init(struct tmount *, struct tmpnode *, 97 extern int tmpnode_trunc(struct tmount *, struct tmpnode *, ulong_t); 107 extern int tmp_resv(struct tmount *, struct tmpnode *, size_t, int); 113 extern int tdirenter(struct tmount *, struct tmpnode *, char *,
|
/illumos-gate/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 234 struct tmount *tm = NULL; in tmp_mount() 301 tm = (struct tmount *)VFSTOTM(vfsp); in tmp_mount() 315 if ((tm = tmp_memalloc(sizeof (struct tmount), 0)) == NULL) { in tmp_mount() 413 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount() 545 tmp_memfree(tm, sizeof (struct tmount)); in tmp_unmount() 556 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root() 571 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs() 676 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget()
|
H A D | tmp_vnops.c | 113 struct tmount *tm, in wrtmp() 450 struct tmount *tm, in rdtmp() 586 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_read() 615 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_write() 731 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_setattr() 842 struct tmount *tm; in tmp_lookup() 954 struct tmount *tm; in tmp_create() 961 tm = (struct tmount *)VTOTM(dvp); in tmp_create() 1132 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_link() 1189 struct tmount *tm = (struct tmount *)VTOTM(odvp); in tmp_rename() [all …]
|
H A D | tmp_tnode.c | 61 struct tmount *tm, in tmp_resv() 109 struct tmount *tm, in tmp_unresv() 160 tmpnode_init(struct tmount *tm, struct tmpnode *t, vattr_t *vap, cred_t *cred) in tmpnode_init() 229 struct tmount *tm, in tmpnode_trunc()
|
H A D | tmp_dir.c | 47 static int tdirmaketnode(struct tmpnode *, struct tmount *, struct vattr *, 235 struct tmount *tm, in tdirenter() 1073 struct tmount *tm, in tdirmaketnode()
|