Defines | |
#define | PHAT16CMASK 0xFFFF |
Functions | |
int | Phat16GetClusterLink (NUTDEVICE *dev, u_long clust, u_long *link) |
Get link value of a specified cluster. | |
int | Phat16ReleaseChain (NUTDEVICE *dev, u_long first) |
Release a cluster chain. | |
int | Phat16SetClusterLink (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. |