sofs19
0.1
FUSE based file system
|
Functions to manage directory entries. More...
#include <inttypes.h>
Go to the source code of this file.
Functions | |
uint32_t | soTraversePath (char *path) |
Get the inode associated to a given path. More... | |
uint32_t | soGetDirEntry (int pih, const char *name) |
Get the inode associated to a given name. More... | |
void | soAddDirEntry (int pih, const char *name, uint32_t cin) |
Add a new entry to the parent directory. More... | |
uint32_t | soDeleteDirEntry (int pih, const char *name) |
Delete an entry from a parent directory. More... | |
void | soRenameDirEntry (int pih, const char *name, const char *newName) |
Rename an entry of a directory. More... | |
bool | soCheckDirEmpty (int ih) |
Check directory emptiness. More... | |
Functions to manage directory entries.