FF_FS_REENTRANT
Disable (0) or Enable (1). ตัวเลือกนี้สวิทช์ the re-entrancy (thread safe) ของ the FatFs module เอง. โปรดทราบว่า file/directory เช้าถึงไปยัง the different volume เป็นการเข้าใหม่เสมอและมันสามารถทำงานได้พร้อมกันโดยไม่คำนึงถึงตัวเลือกนี้, อย่างไรก็ตาม, volume management functions, f_mount, f_mkfs and f_fdisk, จะไม่ re-entrant เสมอ. เฉพาะ file/directory เข้าถึงไปยัง the same volume, กล่าวอีกนัยหนึ่ง, การใช้งานแบบเอกสิทธิ์เฉพาะของแต่ละ filesystem object, อยู่ภายใต้การควบคุมของฟังชั่นนี้. เพื่อเปิดใช้งานคุณสมบัตินี้, user provided synchronization handlers, ff_req_grant, ff_rel_grant, ff_del_syncobj และ ff_cre_syncobj, จำเป็นต้องถูกเพิ่มไปยัง the project ด้วย. Sample code มีให้ใช้ประโยชน์ใน ffsystem.c.