FAT_GET
#define FAT_GET_AND_SET (FAT_GET | FAT_SET)
if ((function & (FAT_SET | FAT_GET)) == 0) {
if ((function & FAT_GET) && oldcontents == NULL) {
if (function & FAT_GET) {
fatStatus = B_FROM_POSIX_ERROR(fatentry(FAT_GET, fatVolume, cluster, &cluster, 0));
status = B_FROM_POSIX_ERROR(fatentry(FAT_GET, fatVolume, cluster, &cluster, 0));
status = B_FROM_POSIX_ERROR(fatentry(FAT_GET, fatVolume, cluster, &cluster, 0));
status = fatentry(FAT_GET, fatVolume, resultCluster, &resultCluster, 0);