Home
last modified time | relevance | path

Searched refs:tmp_memalloc (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/common/sys/fs/
H A Dtmp.h104 extern void *tmp_memalloc(size_t, int);
/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c289 if ((tm = tmp_memalloc(sizeof (struct tmount), 0)) == NULL) { in tmp_mount()
321 tm->tm_mntpath = tmp_memalloc(dpn.pn_pathlen + 1, TMP_MUSTHAVE); in tmp_mount()
331 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tmp_mount()
H A Dtmp_subr.c100 tmp_memalloc(size_t size, int musthave) in tmp_memalloc() function
H A Dtmp_dir.c552 dot = tmp_memalloc(sizeof (struct tdirent) + 2, TMP_MUSTHAVE); in tdirinit()
553 dotdot = tmp_memalloc(sizeof (struct tdirent) + 3, TMP_MUSTHAVE); in tdirinit()
928 tdp = tmp_memalloc(alloc_size, 0); in tdiraddentry()
1028 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tdirmaketnode()
H A Dtmp_vnops.c874 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup()
1600 cp = tmp_memalloc(len, 0); in tmp_symlink()