Home
last modified time | relevance | path

Searched refs:TMP_MUSTHAVE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h117 #define TMP_MUSTHAVE 0x01 macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c346 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()
1088 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tdirmaketnode()
H A Dtmp_vnops.c877 TMP_MUSTHAVE); in tmp_lookup()