Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmp.h115 #define TMP_MUSTHAVE 0x01 macro
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c321 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_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()
1028 tp = tmp_memalloc(sizeof (struct tmpnode), TMP_MUSTHAVE); in tdirmaketnode()
H A Dtmp_vnops.c875 TMP_MUSTHAVE); in tmp_lookup()