Searched refs:dtm (Results 1 – 4 of 4) 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()