UbixOS  2.0
block.c File Reference
#include <ubixfs/ubixfs.h>
#include <vfs/file.h>
#include <vfs/mount.h>
Include dependency graph for block.c:

Go to the source code of this file.

Functions

int freeBlocks (int block, fileDescriptor_t *fd)
 
int getFreeBlocks (int count, fileDescriptor_t *fd)
 
void syncBat (struct vfs_mountPoint *mp)
 

Function Documentation

◆ freeBlocks()

int freeBlocks ( int  block,
fileDescriptor_t fd 
)

◆ getFreeBlocks()

int getFreeBlocks ( int  count,
fileDescriptor_t fd 
)

◆ syncBat()