Searched defs:chain (Results 1 – 7 of 7) sorted by relevance
46 final ClusterChain chain; field in ClusterChainDirectory48 protected ClusterChainDirectory(ClusterChain chain, boolean isRoot) { in ClusterChainDirectory()57 ClusterChain chain) throws IOException { in readRoot()
145 final long[] chain = getFat().getChain(getStartCluster()); in getChainLength() local164 final long[] chain = fat.allocNew(nrClusters); in setChainLength() local167 final long[] chain = fat.getChain(startCluster); in setChainLength() local204 final long[] chain = getFat().getChain(startCluster); in readData() local254 final long[] chain = fat.getChain(getStartCluster()); in writeData() local
37 private final ClusterChain chain; field in FatFile39 private FatFile(FatDirectoryEntry myEntry, ClusterChain chain) { in FatFile()
310 final ClusterChain chain = new ClusterChain(fat, false); in createSub() local
243 long[] chain = new long[count]; in getChain() local
427 final ClusterChain chain = new ClusterChain( in read() local
1309 def set_ini_single_chain_mode(dut, chain): argument