msdosfs_vnops.c | 552 u_long newcluster, pcl, bn; local in function:msdosfs_mkdire 573 error = msdosfs_clusteralloc(pmp, 0, 1, &newcluster, NULL); 587 bn = cntobn(pmp, newcluster); 589 DPRINTF(("%s(newcluster %lu, bn=%lu, lbn=%lu)\n", __func__, newcluster, 596 putushort(denp[0].deStartCluster, newcluster); 616 putushort(denp[0].deHighClust, newcluster >> 16); 635 ndirent.de_StartCluster = newcluster; 650 msdosfs_clusterfree(pmp, newcluster, NULL);
|