Structs§
- Mounted File System “Mount” means read&write a file as a file system now
- statx - get file status (extended) Standard C library (libc, -lc) https://man7.org/linux/man-pages/man2/statx.2.html
Enums§
Functions§
- check if a path is mounted
- Mount a fatfs device
- The ioctl() system call manipulates the underlying device parameters of special files.
- create a link from new_path to old_path old_path: old file path new_path: new file path flags: link flags return value: return 0 when success, else return -1.
- To set the clear_child_tid field in the task extended data.
- remove link of specific file (can be used to delete file) dir_fd: the directory of link to be removed path: the name of link to be removed flags: can be 0 or AT_REMOVEDIR return 0 when success, else return -1
- unmount a fatfs device