Defines | |
#define | PHAT32CMASK 0x0FFFFFFF |
Functions | |
int | Phat32GetClusterLink (NUTDEVICE *dev, u_long clust, u_long *link) |
Get link value of a specified cluster. | |
int | Phat32ReleaseChain (NUTDEVICE *dev, u_long first) |
Release a cluster chain. | |
int | Phat32SetClusterLink (NUTDEVICE *dev, u_long clust, u_long link) |
Set link value of a specified cluster. |
Get link value of a specified cluster.
dev | Specifies the file system device. | |
clust | Get the link of this cluster. | |
link | Pointer to a variable which will receive the link. |
Release a cluster chain.
dev | Specifies the file system device. | |
first | First cluster of the chain to release. |
Set link value of a specified cluster.
dev | Specifies the file system device. | |
clust | This cluster will be linked. | |
link | Link to this cluster. |