X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs2.git;a=blobdiff_plain;f=direct%2Fyaffsfs.h;h=8daf9d6d6fcfca9fe1029131afa4800b045beafa;hp=e10fe84c075a44886cbfc58db0877a8148875a9a;hb=efeb8cffeda1302c3ab0c36b1c91e09ffd417f4a;hpb=050b9d1f47ace8f1f5862d4187ef15e247cc9270 diff --git a/direct/yaffsfs.h b/direct/yaffsfs.h index e10fe84..8daf9d6 100644 --- a/direct/yaffsfs.h +++ b/direct/yaffsfs.h @@ -258,6 +258,12 @@ int yaffs_mknod_reldev(struct yaffs_dev *dev, const YCHAR *pathname, Y_LOFF_T yaffs_freespace_reldev(struct yaffs_dev *dev); Y_LOFF_T yaffs_totalspace_reldev(struct yaffs_dev *dev); +int yaffs_sync_reldev(struct yaffs_dev *dev); +int yaffs_unmount_reldev(struct yaffs_dev *dev); +int yaffs_unmount2_reldev(struct yaffs_dev *dev, int force); +int yaffs_remount_reldev(struct yaffs_dev *dev, int force, int read_only); + + /* Some non-standard functions to use fds to access directories */ struct yaffs_dirent *yaffs_readdir_fd(int fd); void yaffs_rewinddir_fd(int fd);