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

/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vnops.c1358 struct denode *fddep; /* from file's parent directory */ local
1366 fddep = VTODE(fdvp);
1371 KERNEL_DEBUG_CONSTANT(MSDOSFS_VNOP_RENAME|DBG_FUNC_START, fddep, fdep, tddep, tdep, 0);
1373 msdosfs_lock_four(fddep, fdep, tddep, tdep);
1375 pmp = fddep->de_pmp;
1399 if (fddep->de_refcnt <= 0)
1419 error = msdosfs_lookup_name(fddep, ap->a_fcnp, &cluster, &offset, NULL, NULL, NULL, NULL, context);
1534 if (fddep->de_StartCluster != tddep->de_StartCluster)
1542 /* Remember the offset of fdep within fddep. */
1646 error = msdosfs_removede(fddep, from_offse
[all...]

Completed in 108 milliseconds