Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c2515 DIR dj; local
2517 res = load_obj_xdir(&dj, &dp->obj); /* Load the object status */
2523 res = store_xdir(&dj); /* Store the object status */
3096 DIR dj; local
3101 res = load_obj_xdir(&dj, &dp->obj);
3739 DIR dj; local
3755 dj.obj.fs = fs;
3757 res = follow_path(&dj, path); /* Follow the file path */
3760 if (dj.fn[NSFLAG] & NS_NONAME) { /* Origin directory itself? */
3765 res = chk_share(&dj, (mode & ~FA_READ) ? 1 : 0); /* Check if the file can be used */
[all …]