Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c835 updateDirEnt_Start(entry, newCluster); in makeNewEndOfDirectory()
927 updateDirEnt_Start(entry, 0); in truncAtCluster()
1014 updateDirEnt_Start(ndp, nextInChain(endCluster)); in updateOrphanedChainMetadata()
1016 updateDirEnt_Start(ndp, endCluster); in updateOrphanedChainMetadata()
1211 updateDirEnt_Start(ndp, c); in relinkFATOrphans()
H A Dfsck_pcfs.h186 extern void updateDirEnt_Start(struct pcdir *dp, int32_t newStart);
H A Ddir.c1044 updateDirEnt_Start(struct pcdir *dp, int32_t newStart) in updateDirEnt_Start() function