Lines Matching refs:S32
26 S32 (*mount)(struct TagMountPoint *mp, uintptr_t mountflags, const void *data);
27 S32 (*umount)(struct TagMountPoint *mp);
28 S32 (*umount2)(struct TagMountPoint *mp, S32 flag);
29 S32 (*statfs)(const char *path, struct statfs *buf);
42 S32 OsVfsMount(const char *source, const char *target,
45 S32 OsVfsUmount(const char *target);
46 S32 OsVfsUmount2(const char *target, S32 flag);
48 S32 OsVfsFindMountPoint(const char *fsType);