Home
last modified time | relevance | path

Searched refs:updateDirEnt_Start (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c836 updateDirEnt_Start(entry, newCluster); in makeNewEndOfDirectory()
928 updateDirEnt_Start(entry, 0); in truncAtCluster()
1015 updateDirEnt_Start(ndp, nextInChain(endCluster)); in updateOrphanedChainMetadata()
1017 updateDirEnt_Start(ndp, endCluster); in updateOrphanedChainMetadata()
1212 updateDirEnt_Start(ndp, c); in relinkFATOrphans()
H A Dfsck_pcfs.h188 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart);
H A Ddir.c1046 updateDirEnt_Start(struct pcdir *dp, int32_t newStart) in updateDirEnt_Start() function