Searched refs:tmount (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | tmp.h | 41 struct tmount { struct 56 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data) argument 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 *,
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 235 struct tmount *tm = NULL; in tmp_mount() 289 if ((tm = tmp_memalloc(sizeof (struct tmount), 0)) == NULL) { in tmp_mount() 380 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount() 512 tmp_memfree(tm, sizeof (struct tmount)); in tmp_unmount() 523 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root() 538 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs() 643 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget()
|
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_vnops.c | 111 struct tmount *tm, in wrtmp() 448 struct tmount *tm, in rdtmp() 584 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_read() 613 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_write() 729 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_setattr() 840 struct tmount *tm; in tmp_lookup() 952 struct tmount *tm; in tmp_create() 959 tm = (struct tmount *)VTOTM(dvp); in tmp_create() 1131 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_link() 1188 struct tmount *tm = (struct tmount *)VTOTM(odvp); in tmp_rename() [all …]
|
H A D | tmp_dir.c | 49 static int tdirmaketnode(struct tmpnode *, struct tmount *, struct vattr *, 232 struct tmount *tm, in tdirenter() 1013 struct tmount *tm, in tdirmaketnode()
|