Searched refs:dtm (Results 1 – 6 of 6) sorted by relevance
86 struct dtfs_mount *dtm; in dtfs_genfile() local104 dtm = puffs_pn_getmntspecific(dir); in dtfs_genfile()108 dtfs_baseattrs(&newpn->pn_va, type, dtm->dtm_nextfileid++); in dtfs_genfile()183 struct dtfs_mount *dtm; in dtfs_nukenode() local190 dtm = puffs_pn_getmntspecific(nukeme); in dtfs_nukenode()191 dtm->dtm_nfiles--; in dtfs_nukenode()192 assert(dtm->dtm_nfiles >= 1); in dtfs_nukenode()203 struct dtfs_mount *dtm; in dtfs_freenode() local207 dtm = puffs_pn_getmntspecific(pn); in dtfs_freenode()211 assert(dtm->dtm_fsizes >= pn->pn_va.va_size); in dtfs_freenode()[all …]
124 struct dtfs_mount *dtm; in dtfs_domount() local130 dtm = puffs_getspecific(pu); in dtfs_domount()131 dtm->dtm_nextfileid = 3; in dtfs_domount()132 dtm->dtm_nfiles = 1; in dtfs_domount()133 dtm->dtm_fsizes = 0; in dtfs_domount()134 LIST_INIT(&dtm->dtm_pollent); in dtfs_domount()198 struct dtfs_mount *dtm; in dtfs_fs_statvfs() local202 dtm = puffs_getspecific(pu); in dtfs_fs_statvfs()215 bfree = btot - dtm->dtm_fsizes; in dtfs_fs_statvfs()222 sbp->f_ffree = sbp->f_favail = NFILES - dtm->dtm_nfiles; in dtfs_fs_statvfs()
82 struct dtfs_mount *dtm = puffs_getspecific(pu); in loopfun() local85 while (dtm->dtm_needwakeup) { in loopfun()86 dtm->dtm_needwakeup--; in loopfun()87 dp = LIST_FIRST(&dtm->dtm_pollent); in loopfun()
283 struct dtfs_mount *dtm = puffs_getspecific(pu); in dtfs_node_poll() local293 LIST_INSERT_HEAD(&dtm->dtm_pollent, &dp, dp_entries); in dtfs_node_poll()304 struct dtfs_mount *dtm = puffs_getspecific(pu); in dtfs_node_mmap() local306 if ((dtm->dtm_allowprot & prot) != prot) in dtfs_node_mmap()
898 u_int32_t idedma_ctl, dtm; in sii3112_setup_channel() local906 dtm = 0; in sii3112_setup_channel()919 dtm |= DTM_IDEx_DMA; in sii3112_setup_channel()922 dtm |= DTM_IDEx_DMA; in sii3112_setup_channel()924 dtm |= DTM_IDEx_PIO; in sii3112_setup_channel()938 BA5_WRITE_4(sc, chp->ch_channel, ba5_IDE_DTM, dtm); in sii3112_setup_channel()
17344 Sat Jan 17 21:24:16 1998 David T. McWherter <dtm@waterw.com>