Searched refs:de_dirclust (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_denode.c159 if (dirclust == dep->de_dirclust
226 found = msdosfs_hash_get(dep->de_dev, dep->de_dirclust, dep->de_diroffset);
231 depp = &DEHASH(dep->de_dev, dep->de_dirclust, dep->de_diroffset);
340 dep->de_dirclust = dirclust;
599 dirclust = dep->de_dirclust;
637 error = msdosfs_readep(pmp, dep->de_dirclust, dep->de_diroffset, &bp, &dirp, context);
674 dep->de_dirclust, dep->de_diroffset);
H A Ddenode.h76 * To describe a file uniquely the de_dirclust, de_diroffset, and
79 * de_dirclust contains the cluster number of the directory cluster
82 * of the directory, not the start of de_dirclust!) for the entry describing
84 * offset of the directory entry from the start of de_dirclust.
104 * - The de_dirclust and de_diroffset for a directory point at the directory's
105 * own "." entry. Since that is always the first entry, de_dirclust is the
142 uint32_t de_dirclust; /* cluster of the directory file containing this entry */ member in struct:denode
H A Dmsdosfs_vnops.c1213 if (error || cluster != dep->de_dirclust || offset != dep->de_diroffset)
1420 if (error || cluster != fdep->de_dirclust || offset != fdep->de_diroffset)
1455 if (error || cluster != tdep->de_dirclust || offset != tdep->de_diroffset)
1653 * Fix fdep's de_dirclust and de_diroffset to reflect
1657 NULL, &fdep->de_dirclust, NULL);
1962 if (error || cluster != ip->de_dirclust || offset != ip->de_diroffset)

Completed in 102 milliseconds