Searched refs:tmp_memalloc (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/sys/fs/ |
H A D | tmp.h | 104 extern void *tmp_memalloc(size_t, int);
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vfsops.c | 289 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 D | tmp_subr.c | 100 tmp_memalloc(size_t size, int musthave) in tmp_memalloc() function
|
H A D | tmp_dir.c | 552 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 D | tmp_vnops.c | 874 xdp = tmp_memalloc(sizeof (struct tmpnode), in tmp_lookup() 1600 cp = tmp_memalloc(len, 0); in tmp_symlink()
|