Lines Matching refs:S32
35 S32 (*open)(struct TagFile *, const char *, S32);
36 S32 (*close)(struct TagFile *);
39 off_t (*lseek)(struct TagFile *, off_t, S32);
40 S32 (*stat)(struct TagMountPoint *, const char *, struct stat *);
41 S32 (*truncate)(struct TagFile *, off_t);
42 S32 (*unlink)(struct TagMountPoint *, const char *);
43 S32 (*rename)(struct TagMountPoint *, const char *, const char *);
44 S32 (*ioctl)(struct TagFile *, S32, uintptr_t);
45 S32 (*sync)(struct TagFile *);
46 S32 (*opendir)(struct TagDir *, const char *);
47 S32 (*readdir)(struct TagDir *, struct dirent *);
48 S32 (*closedir)(struct TagDir *);
49 S32 (*mkdir)(struct TagMountPoint *, const char *);
50 S32 (*rmdir)(struct TagMountPoint *, const char *);
58 S32 fOwner;
71 S32 OsFileToFd(struct TagFile *file);
72 struct TagFile *OsFdToFile(S32 fd);
74 struct TagFile *OsVfsGetFileSpec(S32 fd);