sofs19
0.1
FUSE based file system
|
Go to the documentation of this file.
12 #ifndef __SOFS19_DIRENTRIES__
13 #define __SOFS19_DIRENTRIES__
uint32_t soTraversePath(char *path)
Get the inode associated to a given path.
void soRenameDirEntry(int pih, const char *name, const char *newName)
Rename an entry of a directory.
uint32_t soGetDirEntry(int pih, const char *name)
Get the inode associated to a given name.
void soAddDirEntry(int pih, const char *name, uint32_t cin)
Add a new entry to the parent directory.
bool soCheckDirEmpty(int ih)
Check directory emptiness.
uint32_t soDeleteDirEntry(int pih, const char *name)
Delete an entry from a parent directory.