Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2462 DIR dj; local
2464 res = load_obj_xdir(&dj, &dp->obj); /* Load the object status */
2470 res = store_xdir(&dj); /* Store the object status */
3026 DIR dj; local
3031 res = load_obj_xdir(&dj, &dp->obj);
3660 DIR dj; local
3676 dj.obj.fs = fs;
3678 res = follow_path(&dj, path); /* Follow the file path */
3681 if (dj.fn[NSFLAG] & NS_NONAME) { /* Origin directory itself? */
3686 res = chk_lock(&dj, (mode & ~FA_READ) ? 1 : 0); /* Check if the file can be used */
[all …]