Home
last modified time | relevance | path

Searched refs:tmount (Results 1 – 5 of 5) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c47 static int tdirmaketnode(struct tmpnode *, struct tmount *, struct vattr *,
235 struct tmount *tm, in tdirenter()
1073 struct tmount *tm, in tdirmaketnode()
H A Dtmp_vfsops.c233 struct tmount *tm = NULL; in tmp_mount()
300 tm = (struct tmount *)VFSTOTM(vfsp); in tmp_mount()
314 if ((tm = tmp_memalloc(sizeof (struct tmount), 0)) == NULL) { in tmp_mount()
412 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount()
544 tmp_memfree(tm, sizeof (struct tmount)); in tmp_unmount()
555 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root()
570 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs()
675 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget()
H A Dtmp_vnops.c113 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()
954 struct tmount *tm; 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()
1335 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_mkdir()
1580 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_symlink()
[all …]
H A Dtmp_tnode.c61 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()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h42 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 *,