Searched refs:djn (Results 1 – 1 of 1) sorted by relevance
4957 FF_DIR djo, djn; local4983 mem_cpy(&djn, &djo, sizeof djo);4984 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */4986 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;4989 res = dir_register(&djn); /* Register the new entry */4998 res = store_xdir(&djn);5005 mem_cpy(&djn, &djo, sizeof (FF_DIR)); /* Duplicate the directory object */5006 res = follow_path(&djn, path_new); /* Make sure if new object name is not in use */5008 res = (djn.obj.sclust == djo.obj.sclust && djn.dptr == djo.dptr) ? FR_NO_FILE : FR_EXIST;5011 res = dir_register(&djn); /* Register the new entry */[all …]