Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5076 DIR djo, djn; local
5102 memcpy(&djn, &djo, sizeof djo);
5103 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */
5105 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
5108 res = dir_register(&djn); /* Register the new entry */
5117 res = store_xdir(&djn);
5124 memcpy(&djn, &djo, sizeof (DIR)); /* Duplicate the directory object */
5125 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */
5127 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;
5130 res = dir_register(&djn); /* Register the new entry */
[all …]