group
group__libshare__fsarch
An archived directory can be read in order to retrieve a SHZ formatted file of the directory's content.

Archived Directory Storage

An archived directory may have SHZ formatted file data written to it in order to populate it's heirarchy.
function
int shfs_arch_read
(SHFL *file, shbuf_t *buff)
[ ]
Read an 'archive' directory inode into SHZ format.
function
int shfs_arch_write
(SHFL *file, shbuf_t *buff)
[ ]
Write SHZ formatted data to a directory.