Searched refs:dirid (Results 1 – 6 of 6) sorted by relevance
711 void dcache_enter(int dirid, int slot) in dcache_enter() argument713 dcache[dirid % NDCACHE] = slot; in dcache_enter()724 fent_t *dcache_lookup(int dirid) in dcache_lookup() argument729 i = dcache[dirid % NDCACHE]; in dcache_lookup()730 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()735 void dcache_purge(int dirid) in dcache_purge() argument739 dcp = &dcache[dirid % NDCACHE]; in dcache_purge()740 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()759 fent_t *dirid_to_fent(int dirid) in dirid_to_fent() argument765 if ((fep = dcache_lookup(dirid))) in dirid_to_fent()[all …]
684 void dcache_enter(int dirid, int slot) in dcache_enter() argument686 dcache[dirid % NDCACHE] = slot; in dcache_enter()697 fent_t *dcache_lookup(int dirid) in dcache_lookup() argument702 i = dcache[dirid % NDCACHE]; in dcache_lookup()703 if (i >= 0 && (fep = &flist[FT_DIR].fents[i])->id == dirid) in dcache_lookup()708 void dcache_purge(int dirid) in dcache_purge() argument712 dcp = &dcache[dirid % NDCACHE]; in dcache_purge()713 if (*dcp >= 0 && flist[FT_DIR].fents[*dcp].id == dirid) in dcache_purge()732 fent_t *dirid_to_fent(int dirid) in dirid_to_fent() argument738 if ((fep = dcache_lookup(dirid))) in dirid_to_fent()[all …]
37 __le64 dirid; member
281 __le64 dirid; member
732 vrefnum, dirid, name = rr.selection[0].as_tuple()733 pardir_fss = Carbon.File.FSSpec((vrefnum, dirid, ''))
646 __le64 dirid; member