Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h105 extern void *tmp_memalloc(size_t, int);
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c314 if ((tm = tmp_memalloc(sizeof (struct tmount), 0)) == NULL) { in tmp_mount()
346 tm->tm_mntpath = tmp_memalloc(dpn.pn_pathlen + 1, TMP_MUSTHAVE); in tmp_mount()
356 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tmp_mount()
H A Dtmp_dir.c612 dot = tmp_memalloc(sizeof (struct tdirent) + 2, TMP_MUSTHAVE); in tdirinit()
613 dotdot = tmp_memalloc(sizeof (struct tdirent) + 3, TMP_MUSTHAVE); in tdirinit()
988 tdp = tmp_memalloc(alloc_size, 0); in tdiraddentry()
1088 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tdirmaketnode()
H A Dtmp_subr.c110 tmp_memalloc(size_t size, int musthave) in tmp_memalloc() function
H A Dtmp_vnops.c876 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup()
1615 cp = tmp_memalloc(len, 0); in tmp_symlink()